I need some help on how to use Crystal functions to pull characters out of a string. For example, the string may be as follows:
011
204C;204C;204C;204C;204C;204C
009;010
12
It could be any combination of numbers and/or letters and/or symbols.
I need a formula that pulls out everything to the left of the ; if there is one. If not, I need all characters extracted.
For the second formula, I need everything to the right of the ;
I know how to do this using SQL's InStr and SubString functions but am not sure about Crystal's functions.
Any help would be greatly appreciated.
011
204C;204C;204C;204C;204C;204C
009;010
12
It could be any combination of numbers and/or letters and/or symbols.
I need a formula that pulls out everything to the left of the ; if there is one. If not, I need all characters extracted.
For the second formula, I need everything to the right of the ;
I know how to do this using SQL's InStr and SubString functions but am not sure about Crystal's functions.
Any help would be greatly appreciated.