Number Formatting (Reporter Specific)
At 23 APR 1998 12:23:34PM Andy Gilman wrote:
I get 2 results that I do not understand when using the Format Number feature in Revelation Reporter. Are these bugs?
I enter the following 3 numbers in separate records:
12.97
12.87
12.17
Using the format code "0.00", the report displays them correctly as above.
Using the format code "0.0", the report displays:
12.:
12.9
12.2
Problem 1: What is "12.:" and why isn't it "13.0"?
Using the format code "0" the report displays:
12
12
12
Problem 2: Why are these values truncated, rather than rounded, in the way that 12.87 was rounded to 12.9 when using the format code "0.0"?
Any help would be much appreciated.