Hi,
I have issue by rounding a value with 2 digits but not with 3 digits after the ".", I show you what I have:
29,375 => 29,38
38,656 => 38,66
-------------------
68,031 =>68,03 (that's wrong because if you calculate it, the correct total should be 68,04)
I tried the 'round' function (...