I need to convert an amount to a fixed string of 15 characters with leading zeros.
I had this working when I did not need to include decimal places. Now, I have to include the full amount.
Example: 1457.70 was 000000000001457
I need it to show as 000000000145770. I must have missed something in a formula, because it keeps dropping the decimal amounts.
Can you help?
I had this working when I did not need to include decimal places. Now, I have to include the full amount.
Example: 1457.70 was 000000000001457
I need it to show as 000000000145770. I must have missed something in a formula, because it keeps dropping the decimal amounts.
Can you help?