Need to display 3 figures after decimal

nealratner
Mega Expert

I am trying to display 3 figures of a decimal example .050 or .154 and have already changed maximum length to 24 (more than 15) and attribute is scale=3

The form will accept and display the data correctly, but when the form is saved/updated, the system rounds the field(s) back to 2 figures.  

Any help is greatly appreciated!

1 ACCEPTED SOLUTION

ryan_dinwiddie
Kilo Expert

nealratner increasing the max length to 25 stoped the rounding.


View solution in original post

7 REPLIES 7

ghsrikanth
Tera Guru

The below article should help you with your requirement -


Controlling decimal field places - ServiceNow Guru



Mark if it is correct or helpful, feedback is appreciated


Please see my original post.   I already did that...   When the form is updated, the system properties revert the answer back to 2 decimals.   Is there another system definition or property that needs to be changed?


What is the data type of your field?   I'm pretty sure the scale attribute only works on the decimal type.   So if this is a currency value I don't think you can change the number of digits saved after the decimal point.



-Steve


They are all set as a decimal...checked that already also...