I'm working with Crystal 8.5 and I have a particular field that is stored as a text in the database. The consistency of the data entered into the field varies for each of the databases we have, for instance.
Field: WebNumber
Values:
001-
002-
3-
393-
2993-
500
As you can see from the example above, sometimes the Dash - is included in the data and sometimes it isn't. When I display this field's data on the report I would like to eliminate this single character from displaying on the report.
Any Ideas? Trim, Subscript, etc. doesn't seem to give me what I'm looking to do.. I know there has to be an easy way to find a single character in a field and just display everything else in the field besides that one character.
Field: WebNumber
Values:
001-
002-
3-
393-
2993-
500
As you can see from the example above, sometimes the Dash - is included in the data and sometimes it isn't. When I display this field's data on the report I would like to eliminate this single character from displaying on the report.
Any Ideas? Trim, Subscript, etc. doesn't seem to give me what I'm looking to do.. I know there has to be an easy way to find a single character in a field and just display everything else in the field besides that one character.