I need commas in the fields of my reports, but I don't want dcimal points if there are no decimal numbers.
However, the only way I know to get commas is to select a format of Standard. But with Standard format and Auto decimal places, it always puts two decimal places.
And I don't want to set decimal places to zero either.
So is the best way to do a custom format? Maybe on load or in the query?
If the number is 127, I want to see '127'.
If the number is 1272, I want to see '1,272'.
If the number is 1272.2, I want to see '1,272.2'.
Thanks. Sean.
However, the only way I know to get commas is to select a format of Standard. But with Standard format and Auto decimal places, it always puts two decimal places.
And I don't want to set decimal places to zero either.
So is the best way to do a custom format? Maybe on load or in the query?
If the number is 127, I want to see '127'.
If the number is 1272, I want to see '1,272'.
If the number is 1272.2, I want to see '1,272.2'.
Thanks. Sean.