Hello All,
I want to convert data inside of a string. so, I have a formula that converts the data to text and I cant get rid of the decimel.
I have a number field that looks like this:
.00010
.00297
.00497
I want to data to be in a string and look like this:
00010
00297
00497
Here is my formula that does not work:
My output is:
00000
00003
00005
I want to convert data inside of a string. so, I have a formula that converts the data to text and I cant get rid of the decimel.
I have a number field that looks like this:
.00010
.00297
.00497
I want to data to be in a string and look like this:
00010
00297
00497
Here is my formula that does not work:
Code:
stringvar rateAsString := totext({SCTax.overrideTaxRate}*100,00000,"")
00000
00003
00005