ncollingham
MIS
I am creating a report in Crystal Reports 11 that needs to have a single record in each group it is associated with, for example I have the following:
Name Memberships
Ricki aaa, bbb, ccc
Nick aaa
Nate aaa, ddd
James bbb, ccc
I need to group it by memberships and display the user in each group it is a member of. To make things more difficult, the memberships are a comma separated value in the database (DB2). I am using the native DB2 unicode connection to the DB. Is this possible?
Name Memberships
Ricki aaa, bbb, ccc
Nick aaa
Nate aaa, ddd
James bbb, ccc
I need to group it by memberships and display the user in each group it is a member of. To make things more difficult, the memberships are a comma separated value in the database (DB2). I am using the native DB2 unicode connection to the DB. Is this possible?