digilantis
Technical User
I seem to having a problem getting rid of my decimal point & 00 with this formula
ToText("Total Customers Not Satisfied"+" " + CStr(Sum({@TotalRecords},{results.accountno}))
If I remove the CStr it tells me a string is required here
The output is Total Customers Not Satisfied 99.00, i need to ditch the .00
any suggestions?
thanks
ToText("Total Customers Not Satisfied"+" " + CStr(Sum({@TotalRecords},{results.accountno}))
If I remove the CStr it tells me a string is required here
The output is Total Customers Not Satisfied 99.00, i need to ditch the .00
any suggestions?
thanks