Hello,
I have used Round function in crystal report and it also worked but now I have to show rounded value in one field of report.
My formula is = Round({@GrandTotal})
E.g.-
If GrandTotal is 2501.60 then after rounding It prints Grandtotal as 2502
then I want to show the rounded value means in this case-
GrandTotal - 2501.60
AfterROunding - 2502
RoundedValue - +0.40
How to get this rounded value (+0.40) from crystal report formula.
Thanks in advance