Hi
I need to create a report with basically three fields - Name, ID and Titles.
Name and ID are present in Customer Table
Titles is present in Details table
Basically there are several titles for each customer and each title is present as a row in the Details table. The Foreign key is ID. I need to concatenate all the titles of a customer into a single row in my report.
e.g.
John 101 President,Teacher,Coordinator
Tom 102 CEO, Recruiter, Board Member
etc.,
Any idea on how to do that either in Crystal Reports 9 or SQL?
Crystal Report - 9
Database - SQL Server 2000
I tried to read the FAQ and also other post son concatenation but didn't get an answer. Any help would be greatly appreciated.
Thanks.
I need to create a report with basically three fields - Name, ID and Titles.
Name and ID are present in Customer Table
Titles is present in Details table
Basically there are several titles for each customer and each title is present as a row in the Details table. The Foreign key is ID. I need to concatenate all the titles of a customer into a single row in my report.
e.g.
John 101 President,Teacher,Coordinator
Tom 102 CEO, Recruiter, Board Member
etc.,
Any idea on how to do that either in Crystal Reports 9 or SQL?
Crystal Report - 9
Database - SQL Server 2000
I tried to read the FAQ and also other post son concatenation but didn't get an answer. Any help would be greatly appreciated.
Thanks.