F
fox
Hi!
I have a question about rounding. In my report, it show up 3 digital.
However, the total field only need to be show 2 digital. So I use Total =
Round(A,3) + Round(B,3), but the result I got is still not right. How should
I change it?
Original A=0.22152, B=0.333333
Display A=0.222, B=0.333
Total I want = 0.222+0.333 = 0.56
But the result I got = 0.22152 + 0.333333 = 0.554853 = 0.55
Thank you.
fox
I have a question about rounding. In my report, it show up 3 digital.
However, the total field only need to be show 2 digital. So I use Total =
Round(A,3) + Round(B,3), but the result I got is still not right. How should
I change it?
Original A=0.22152, B=0.333333
Display A=0.222, B=0.333
Total I want = 0.222+0.333 = 0.56
But the result I got = 0.22152 + 0.333333 = 0.554853 = 0.55
Thank you.
fox