Hi I’m new in Crystal Reports, I’m using Crystal Reports 2008 and I would like to know if how can I remove the alphabet characters in string and only the numbers will remain. Is there function for this?
example: Point 231 / Point 323 / USP 342
output: 231 / 323 / 342
Thanks,
Captain16
Use the following formula
Here the
strwill get the non-alphabets andstr1will get you only the alphabets from the given string.{Your_Field}can be your field or parameter which contains the string. And by printingstralphabets can be removed…231 / 323 / 342this is the output I’m getting for your given input !Hope this helps, Try and get back with results !