G
Guest
Hi,
In code I have a function that calculates a value.
round( (Value1 + Value2)/value3;2)
This works fine.
Only if the total is for example 70,70. it rounds 70,7
since it is a currency I want the functions always to round 2 decimals.
How do I create this function?
Abrm
In code I have a function that calculates a value.
round( (Value1 + Value2)/value3;2)
This works fine.
Only if the total is for example 70,70. it rounds 70,7
since it is a currency I want the functions always to round 2 decimals.
How do I create this function?
Abrm