I am trying to convert a currency field ToText. I don't want it to display the currency symbol.
I have the formula set as follows:
ToText({Currency.Field},'#','2',',','.')
This should display the field carrying it to two decimal places with a comma(,) as a thousands separator and a period (.) as a decimal separator.
What is happening is a figure of 1500.00 displays as
$1500
I want it to display as 1,500.00
According to this ToText(x,y,z,w,q) formula, I would expect 1,500.00
Does anyone know why this ToText conversion doesn't work properly?
I have the formula set as follows:
ToText({Currency.Field},'#','2',',','.')
This should display the field carrying it to two decimal places with a comma(,) as a thousands separator and a period (.) as a decimal separator.
What is happening is a figure of 1500.00 displays as
$1500
I want it to display as 1,500.00
According to this ToText(x,y,z,w,q) formula, I would expect 1,500.00
Does anyone know why this ToText conversion doesn't work properly?