ituser2008
MIS
I am trying to convert a number field to a string field but when I used the totext function, it returned 'comma' to the output. How can I elimiate the ',' from the output??
Any help will be greatly appreciated.
Plan_id with type= number (22,0)
left(totext({plan_ID}, 0), 5)
output
13,22
Any help will be greatly appreciated.
Plan_id with type= number (22,0)
left(totext({plan_ID}, 0), 5)
output
13,22