Decimal Precision

0
Hi all,  The mendix database is decreasing decimal precision to 2. I need to increase it to, say 4 r 6. How do I do that? Thanks
asked
1 answers
3

By default, the database has a precission of 8. Are you sure that your database does rounding by 2? Did you check the debugger to see what the numbers are?

It could also be that it is only the precission that is shown on your page. Check the properties of your input widget.

answered