Constrain to 2 decimal places

0
Hi, Is it possible to constrain values to 2 decimal places in the database?
asked
1 answers
1

No it is not, see the documentation about decimals:

https://docs.mendix.com/refguide/attributes#type

You could however round the value yourself before committing.

answered