Expand my Community achievements bar.

Decimal Field - Auto round up

Avatar

Former Community Member

I have created a Decimal Field, but the field will auto round up if there is decimal points
e.g.

999999999999999.99 will auto round to 1000000000000000.00 on exit

888888888888888.88 will auto round to 888888888888888.87 on exit

anyway to stop this behavior? I need to keep the original value

2 Replies

Avatar

Level 10

in the object palette of the decimal field there should have Limit Leading Digits and Limit Trailing Digits, change the "Limit Trailing Digits" to the number you want

Avatar

Former Community Member

I have already set the limit leading digits as 15 and trailing digits as 2. but still running with the same issue.

is there a maximum limit value for the decimal number?