Hello,
Needing help to solve this issue in Crystal Reports 9 and MS SQL Server.
Example: I have several tables linked on the report two of which are Authors and Codes. Authors has author_id and Codes had code_id with author_id as FK.
For each author_id I obtain multiple Code(code_id) records.
I have grouped on author_id showing code_id, code_desc in the detail. I would like to combine the detail values from multiple records in a single field which I could then place on the group line.
Instead of this:
Last First Code_desc
------- --------- ---------
Lesand Danny ...................Group
1 ...................Detail
2
3
Benedi Eric
7
14
Would like the result to look like this:
Last First Codes
------- --------- -----
Lesand Danny 1,2,3
Benedi Eric 7,14
I don't know if this is possible in Crystal but I think it should be. Any help would be greatly appreciated. Thanks in advance.
Ron
Needing help to solve this issue in Crystal Reports 9 and MS SQL Server.
Example: I have several tables linked on the report two of which are Authors and Codes. Authors has author_id and Codes had code_id with author_id as FK.
For each author_id I obtain multiple Code(code_id) records.
I have grouped on author_id showing code_id, code_desc in the detail. I would like to combine the detail values from multiple records in a single field which I could then place on the group line.
Instead of this:
Last First Code_desc
------- --------- ---------
Lesand Danny ...................Group
1 ...................Detail
2
3
Benedi Eric
7
14
Would like the result to look like this:
Last First Codes
------- --------- -----
Lesand Danny 1,2,3
Benedi Eric 7,14
I don't know if this is possible in Crystal but I think it should be. Any help would be greatly appreciated. Thanks in advance.
Ron