Hello,
i have a problem with function round.
Result 1: round(3.215,2) --> 3.21 (fuction's result)
Result 2: round(3.215,2)-->3.22 (wanted result)
Is there a customization to round function in order to get the second result?
Thank you in advance.
i have a problem with function round.
Result 1: round(3.215,2) --> 3.21 (fuction's result)
Result 2: round(3.215,2)-->3.22 (wanted result)
Is there a customization to round function in order to get the second result?
Thank you in advance.