Hi,
Code to perform a rounding as as follows:
Dec1 := 14.32455;
Precision := 0.01;
MESSAGE(FORMAT(ROUND(Dec1, Precision, ‘=’)));
Once code is executed, the result is: 14.32
I would have expected the output to be 14.33. Is my assumption correct? This code is executed in NAV ver 5Sp1. The same result is observed in ver NAV 3.10.