cancel
Showing results for 
Search instead for 
Did you mean: 

number format to use 9 characters like 000040.00

Former Member
0 Kudos

I have created a formula in a field to display YTD Salary in 9 character fixed width format like 001403.72 instead of 1403.72

It works fine on other fields and I am getting the desired result, but on YTDSalary field, on using the same formula I get the desired format in some records but in some records I get it as 01,403.72

see attached screenshot.

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Parag,

It also considers the thousands separator.

Try this code:

totext(YTDSalary_field,'000000000.00')

-Abhilash

Former Member
0 Kudos

Abhilash,

Your formula works, any reason why my formula is doing that, as it works for other fields ?

Thanks for your response

Parag

Answers (0)