FireGeek21
Technical User
I need to create a string from multiple rows of data. Data example:
Code Dept Req
1 A CPR
1 A ACLS
1 A PALS
2 X BA
2 X BS
In theory, I need the above to be created into two rows:
Code Dept Req
1 A CPR,ACLS,PALS
2 X BA,BS
How can I get the Req column to loop through however many rows may exist (which vary) to then put the Reqs into one string?
Would this be easier done in Excel or Access? How?
FireGeek
(currently using Crystal Reports XI with Lawson 8.03)
Code Dept Req
1 A CPR
1 A ACLS
1 A PALS
2 X BA
2 X BS
In theory, I need the above to be created into two rows:
Code Dept Req
1 A CPR,ACLS,PALS
2 X BA,BS
How can I get the Req column to loop through however many rows may exist (which vary) to then put the Reqs into one string?
Would this be easier done in Excel or Access? How?
FireGeek
(currently using Crystal Reports XI with Lawson 8.03)