cancel
Showing results for 
Search instead for 
Did you mean: 

UDF to pad zeroes to decimal value

ramu_g4
Participant
0 Kudos

Hi Experts,

We have requirement like if input field is a decimal value like 25, 32.2, 41.32, 58.865 then output should be decimal value with 3 values after "." [dot] like input & output as below:

Input --> Output

25 ---> 25.000

32.2 --> 32.200

41.32 --> 41.320

58.865 --> 58.865

Please help to achieve this.

Thanks,

Ramu.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Try format number with .000