Show rounded number, but keep it internally more precise

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 ? :slight_smile:

Happy regards,
Tjorben

Hi @tjorben-atomic-moss

No, there isn’t a modeling setting that allows you

I agree that your modeling workaround to create to different computed fields seems to be the only way forward as a modeler.