J
jlute
My query returns the math properly however the report doesn't. For
example:
query:
Field1
8.78 * 0.0937500000012 = 0.823125000010536
Field2
(0.823125000010536 * 0.1) + 0.823125000010536 = 0.90543750001159
Field3
0.90543750001159 * 1512 = 1369.02150001752
report fields are Fixed to 4 Decimal points:
Field1 displays 0.8231
Field2 displays 0.9054
Field3 displays 1369.0215
This makes sense however 0.9054 * 1512 = 1368.9648.
As the designer I understand what's going on however people who view
the report will not understand why things add up to 1369.0215 instead
of 1368.9648.
The fields in the query are NOT formatted and their decimals are set
to Auto. I've tried every format trick I know but can't iron this out.
Does anyone have any suggestions?
Thanks a bunch!
example:
query:
Field1
8.78 * 0.0937500000012 = 0.823125000010536
Field2
(0.823125000010536 * 0.1) + 0.823125000010536 = 0.90543750001159
Field3
0.90543750001159 * 1512 = 1369.02150001752
report fields are Fixed to 4 Decimal points:
Field1 displays 0.8231
Field2 displays 0.9054
Field3 displays 1369.0215
This makes sense however 0.9054 * 1512 = 1368.9648.
As the designer I understand what's going on however people who view
the report will not understand why things add up to 1369.0215 instead
of 1368.9648.
The fields in the query are NOT formatted and their decimals are set
to Auto. I've tried every format trick I know but can't iron this out.
Does anyone have any suggestions?
Thanks a bunch!