Crystal 8.5 Developer
Excel Spreadsheet - Main Report
Oracle 8i - Subreport
ODBC connectivity
I was given an Excel Spreadsheet which contain names and associated case numbers. At first, it seemed pretty straight forward by creating a subreport against the Oracle DB with the case number as the subreport link.
Here's the problem. Some of the names have multiple case numbers in a given cell. How can I split the field to get the individual case numbers that I can use link to the subreport?
Sample Data
Excel Spread Sheet
Name Case
Jane Doe 04CM0002
John Doe 03TM0001 04TM2345 04TM4567
Subreport Oracle DB
Case = 03TM0001
blah... blah.... blah
Case = 04CM0002
blah... blah.... blah
Case = 04TM2345
blah... blah.... blah
Case = 04TM4567
blah... blah.... blah
Any help would be greatly appreciated. If not, I'll just have the user create separate rows.
Excel Spreadsheet - Main Report
Oracle 8i - Subreport
ODBC connectivity
I was given an Excel Spreadsheet which contain names and associated case numbers. At first, it seemed pretty straight forward by creating a subreport against the Oracle DB with the case number as the subreport link.
Here's the problem. Some of the names have multiple case numbers in a given cell. How can I split the field to get the individual case numbers that I can use link to the subreport?
Sample Data
Excel Spread Sheet
Name Case
Jane Doe 04CM0002
John Doe 03TM0001 04TM2345 04TM4567
Subreport Oracle DB
Case = 03TM0001
blah... blah.... blah
Case = 04CM0002
blah... blah.... blah
Case = 04TM2345
blah... blah.... blah
Case = 04TM4567
blah... blah.... blah
Any help would be greatly appreciated. If not, I'll just have the user create separate rows.