I am trying to use a combination of str() and left() functions to display results of calculations in my reports without the system rounding the results but I get funny results.
My problem is I may have for example 0.01042 and 0.00048 as detail lines. They total up as 0.01090 but I want to display them in 3 decimal places. So I get 0.010 and 0.000
in the detail lines but the total line displays 0.011. It gets worse when there are alot of records.
The str() and left() functions does not seem to work with calculated fields.
Any help will be much appreciated.
My problem is I may have for example 0.01042 and 0.00048 as detail lines. They total up as 0.01090 but I want to display them in 3 decimal places. So I get 0.010 and 0.000
in the detail lines but the total line displays 0.011. It gets worse when there are alot of records.
The str() and left() functions does not seem to work with calculated fields.
Any help will be much appreciated.