Hi,
I have Calculated field with 4 precision of decimal Data Type. Below is the formula (A & B are Currency fields with same 4 precision)
(A-B) / A) * 100
((5.8590 - 4.4600)/5.8590)*100 = 23.877795
When I am setting the value in JavaScript (Manual calculation), result automatically rounding Off
JavaScript result = 23.8778
BUT
Calculated field result = 23.8777
Expected result should be 23.8778 in calculated field
Any Idea why calculated field is not rounding off the values properly?
Thanks,
Praveen
*This post is locked for comments