P
praveen
HI,
We have created a pivot table using owc component.It was working fine.
Each cell in pivot table is prefixed by "$" sign.
PivotView.DataAxis.Totals("Budget Amount").NumberFormat = "$#,##0"
This was working correctly if the culture of the system is "US" .For
other user having specific local culture the "$" sign is chaged wrt to
their setting.
For ex, if the person using a sys with culture setting as Uk or japan,
for those ppl the $ sign
appears as "pound sign/Yen sign".
we want the $ sigh to be shown irrespective of the setting of the
culture.
we tried with SETLOCALE() function. its not working.
Can anyone help us in this?
Thanks in advance
~Praveen.M.S
We have created a pivot table using owc component.It was working fine.
Each cell in pivot table is prefixed by "$" sign.
PivotView.DataAxis.Totals("Budget Amount").NumberFormat = "$#,##0"
This was working correctly if the culture of the system is "US" .For
other user having specific local culture the "$" sign is chaged wrt to
their setting.
For ex, if the person using a sys with culture setting as Uk or japan,
for those ppl the $ sign
appears as "pound sign/Yen sign".
we want the $ sigh to be shown irrespective of the setting of the
culture.
we tried with SETLOCALE() function. its not working.
Can anyone help us in this?
Thanks in advance
~Praveen.M.S