CollectionDude
IS-IT--Management
I'm having trouble removing the decimal point in a currency field.
350.61 I want to show 35061
350.00 I want to show 35000
I've tried
ToNumber({Payment.Amount},0)
ToText({Payment.Amount},0)
and both remove the cents .61 or .00
Any help would be great!!
Thanks in advance
CD
350.61 I want to show 35061
350.00 I want to show 35000
I've tried
ToNumber({Payment.Amount},0)
ToText({Payment.Amount},0)
and both remove the cents .61 or .00
Any help would be great!!
Thanks in advance
CD