Crystal Reports How To — Remove Commas From a CSTR Decimal
1 min readAug 4, 2020
Crystal Reports How To — Remove Commas From a CSTR Decimal
To remove a comma from a Decimal converted to CSTR, use the following:
Replace(Replace(CStr({table.field}), ‘,’, ‘’), ‘.00’, ‘’)
Reference: https://archive.sap.com/discussions/thread/3469079