I have a decimal type property and I want to add two decimal points automatically (like currency values) at the of the every value that entered in that property text box. How can I achieve that ?
Current Format - 6000
Excepting Format - 6000.00
I have a decimal type property and I want to add two decimal points automatically (like currency values) at the of the every value that entered in that property text box. How can I achieve that ?
Current Format - 6000
Excepting Format - 6000.00
@AshinaS2
On property rule form, in the second tab, there is an option to select the pydoubleprecession and select two decimal points.
@P.Siva.Praveen Thanks
Hi @AshinaS2
You could also set it via the Presentation Tab- Decimal Places
@JayaL722 thanks