is there any to stop the OOB functionality that changes decimal field value from 0.400 to 0.4

Alon Grod
Tera Expert

Hi,

is there any to stop the OOB functionality that changes decimal field value from 0.400 to 0.4?

I want that the value will be display as 0.400 

Screenshot 2026-04-12 135129.png

15 REPLIES 15

Hello @Alon Grod ,

 

remove that attribute scale=10;

Hello @Alon Grod ,

 

before inserting data :

s1.png

 

2)after saving form 

s23.png

 

Once check this .

@Aditya_hublikar i need that if u insert 0.400 it will stay 0.400 and will not be converted to 0.4

Alon,

 

I think you may have a typo on line 4 of your code there.

I believe it should be "current", not "curren".