When converting a number to text, how can I remove the numeric formatting so that it is just numbers? example:
{@AcctNumber} displays as 45789
ToText({@AccountNumber}) displays as 45,789.00. Is there a way to remove the "," and the ".00"?
Thank you
{@AcctNumber} displays as 45789
ToText({@AccountNumber}) displays as 45,789.00. Is there a way to remove the "," and the ".00"?
Thank you