[ad_1]
Hi
I have a calculated field with the following code:
FORMAT(ROUND(fieldname2*fieldname5*1.33515, 0.1), {groupingsymbol:’.’})
I want:
thousands separator = “.”
decimals separator = “,”
So e.g. one thousand and twenty cents be: 1.000,2 (rather than the US customs of thousands separator and decimals separator which is “,” and “.”, respectively.
How do I do that?
