Peace,
i create some computations rules which do some typical math operations like multiplication or division. Because of rounding every result the “1-Cent problem” occurs.
An example:
0.612 --rounded–> 0.61
0.720 --rounded–> 0.72
0.916 --rounded–> 0.92
1.048 --rounded–> 1.05
0.979 --rounded–> 0.98
2.075 --rounded–> 2.08
= =
6.35 6.36
The rounding is there for just display reason, so my question goes more in the direction if there is a possibility to round only for UI reasons, but not internally. A workaround might be to provide two different computed fields, one for display and one for computation reasons, but is there a more elegant way ? ![]()
Happy regards,
Tjorben