Is it possible to have a rule that rounds down a decimal every time?

0
Is it possible to have a rule that rounds down a decimal every time even if the value is .0? I don't want to use integers FYI
asked
2 answers
1

There is an option to change the rounding of a number in the system settings but this is a system wide setting.

 

https://docs.mendix.com/refguide5/Project+Settings

 

 

answered
0

You could offcourse use a event handler (before commit event for instance) to call a microflow that does the rounding for you.

Regards,

Ronald

answered