I am working with CR9. I am working on a basic report that needs a numerical field (annual pay) displayed with filler zeros and an implied decimal.
Example:
12,649.23 should look like:
001264923
I tried writing a formula: totext({table.field},"000000000")
but this is returning 000012649
essentially losing the decimals.
Example:
12,649.23 should look like:
001264923
I tried writing a formula: totext({table.field},"000000000")
but this is returning 000012649
essentially losing the decimals.