We are using Crystal Reports 9 and have an Oracle SQL database.
I have a field with a maximum number of 100 characters that comes off of one table. The string is similar to this
BNE/ADL/SYD/ROCK/MEL
I need to extract each of the values delimited by the / and use this value to lookup another table to get a full description.
ie BNE - Brisbane
Once I have the description, I need to string the names back together
ie Brisbane/Adelaide/Melbourne
Any ideas on how I can do this? This is my second Crystal Reports attempt and there is nothing obvious in the refernce books I have access to.
I have a field with a maximum number of 100 characters that comes off of one table. The string is similar to this
BNE/ADL/SYD/ROCK/MEL
I need to extract each of the values delimited by the / and use this value to lookup another table to get a full description.
ie BNE - Brisbane
Once I have the description, I need to string the names back together
ie Brisbane/Adelaide/Melbourne
Any ideas on how I can do this? This is my second Crystal Reports attempt and there is nothing obvious in the refernce books I have access to.