104
Views
1
Comments
Decimal Places Not Tralling Zeros
Question

Hello every one,


I want to choose 4 decimal places in the calculations fields but when ever user enter only 2 decimal places the other 2 decimal places with no trailing zeros

Thanks in Advance


 


2022-07-12 16-41-57
Pedro Costa

arjun skiper wrote:

Hello every one,


I want to choose 4 decimal places in the calculations fields but when ever user enter only 2 decimal places the other 2 decimal places with no trailing zeros

Thanks in Advance


 


Hi,

You can use FormatDecimal() function, and set the decimal_digits parameter to 4..

Thanks !

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.