sixtoesofdean
Programmer
Hi
Is there a bug with Crystal's underlay function? I've used it in plenty of situations before without error, so assume its something I'm doing wrong. Here goes at an explanation:
I have a table that returns a list of users, their department and roles for each department. The table is infact a view that brings the 3 entities together as a cartesian product. Not very good, but easy to work with.
For each user I want to show which departments they belong to, and which roles they have. Note there is no real link between department and rule.
I've added a couple of formula which remove the duplicate roles and deparments via using them on the dept and role fields suppress events.
This all seems to work fine, except when I come to underlay the two detail lines I'm using to display dept and role;
In cases where I have multiple roles, I'm still getting blank lines in my department column, and therein lies the problem.
I'm also suppressing any blank lines but this doesn't quite give the desired result.
The only other thing I can add is that I'm grouping only on the user name, and sorting on user, dept, role.
Anyone any ideas ?
Thanks in advance
Is there a bug with Crystal's underlay function? I've used it in plenty of situations before without error, so assume its something I'm doing wrong. Here goes at an explanation:
I have a table that returns a list of users, their department and roles for each department. The table is infact a view that brings the 3 entities together as a cartesian product. Not very good, but easy to work with.
For each user I want to show which departments they belong to, and which roles they have. Note there is no real link between department and rule.
I've added a couple of formula which remove the duplicate roles and deparments via using them on the dept and role fields suppress events.
This all seems to work fine, except when I come to underlay the two detail lines I'm using to display dept and role;
In cases where I have multiple roles, I'm still getting blank lines in my department column, and therein lies the problem.
I'm also suppressing any blank lines but this doesn't quite give the desired result.
The only other thing I can add is that I'm grouping only on the user name, and sorting on user, dept, role.
Anyone any ideas ?
Thanks in advance