For the past few weeks, I've been posting threads that have gotten progress, but I think I hit a wall that if I can get over, will complete my project. So here it goes:
I have a rowset of data that i want to deflatten.
Example:
gid, gname, uid, uname
I want it to have users(uname) grouped by the group(gname) they belong to. The problem I'm having is since the 1 rowset i pass to every datasource for each subreport i need, the data duplicates according to the number of rows to that rowset.So if i have group A with 5 members and group B with 3 members. group A repeats 5 times and B 3 times.
Any help with this would be great!
Gersh
I have a rowset of data that i want to deflatten.
Example:
gid, gname, uid, uname
I want it to have users(uname) grouped by the group(gname) they belong to. The problem I'm having is since the 1 rowset i pass to every datasource for each subreport i need, the data duplicates according to the number of rows to that rowset.So if i have group A with 5 members and group B with 3 members. group A repeats 5 times and B 3 times.
Any help with this would be great!
Gersh