I have a field which is number data type. Let say the field name is Amount, value is 1,200.00. I want to convert it into string so that the value will display like 1200.
I am using totext to convert it. But I am not sure how to remove the "," which is nothing but thousnad eparator.
In oracle 9i the value is 1200.00, but some how CR10 getting it like 1,200.00.
I need help.
I am using totext to convert it. But I am not sure how to remove the "," which is nothing but thousnad eparator.
In oracle 9i the value is 1200.00, but some how CR10 getting it like 1,200.00.
I need help.