Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field that sums to a number correctly, but I would like the format to be 1,002,333, which should read as 1.002,333, with a period for million separators and a comma for thousands.
Have you tried working within the app's load script to update the number format that you want to see.
For example...see the 'SET' statements (lines 1 to 5) in the help page below:
If you are trying to use multiple number formats within the same app other's here may have ideas for you.
Kind regards.
You can use the num() function to format numbers.