Hi,
how to hide the decimals and adding commas without compromising the decimal in overall total
Datatype used is Double
Input
1220.6
Output
1221
In output decimal of .6 should not lose its value while calculating the numbers as it might give big variance when we sum huge data.
Thanks