Hi,
I have a report that I want to change the values settings.
The thousand value is separated by a comma and the decimal is separated by a point.
I need the thousand to be separated by a space and the decimal point should become a decimal comma.
In the Textbox properties I made the changes, and the sample looks the way I want the output to be, but the output on the report is still as mentioned above for all the values.
Textbox properties:
Category: Currency
Use 1000 Separator = True
Decimal Places: 2
If I can maybe change the Number formatting that might also work.
I'm assuming there is an overall setting that is overwriting the Currency values.
The Report I'm extending is Standard Statement (ID:1316)
Thanks in advance