I am using Crystal 8.5
I have a numeric field that formatting is set to
Decimal 1.0
Rounding 0.1
The numbers on the report are:
1.3
2.3
2.6
1.2
The total of this field is also rounded the same as above but the answer I am getting is 7.5 and it should be 7.4
If I use rounding as
Decimal 1.00
Rounding 0.10 I get the following
1.30
2.62
2.32
1.22
I still get 7.5 as the total. Is it somehow adding the 2's at the end to get 7.5?
What am I doing wrong?
I hope this is enough information.
Thanks
Gina
I have a numeric field that formatting is set to
Decimal 1.0
Rounding 0.1
The numbers on the report are:
1.3
2.3
2.6
1.2
The total of this field is also rounded the same as above but the answer I am getting is 7.5 and it should be 7.4
If I use rounding as
Decimal 1.00
Rounding 0.10 I get the following
1.30
2.62
2.32
1.22
I still get 7.5 as the total. Is it somehow adding the 2's at the end to get 7.5?
What am I doing wrong?
I hope this is enough information.
Thanks
Gina