Here is the problem I have. I am creating a Segregation of Duties report that show users with two different roles that they are assigned to in a system, that can potentially create a conflict.
Table:
Username | Role1 | Role 2
Role1 and Role2 are variables. They can be any number of combinations of different roles.
I am trying to create a report that shows.......
Role1 (One combination instance of Role 1 and Role 2)
Role2
Username#1
Username#2
Username#3...etc
The only way I can think of is that the GROUP HEADER needs to be TWO fields, not just one. When I use just one field (e.g., Role1), it doesn't display ALL instanances where Role2 may be different. It groups just Role1 and displays table rows, even though Role2 may be different. I hope that makes sense.
Please let me know if anyone can help!!!! Thank you!
Table:
Username | Role1 | Role 2
Role1 and Role2 are variables. They can be any number of combinations of different roles.
I am trying to create a report that shows.......
Role1 (One combination instance of Role 1 and Role 2)
Role2
Username#1
Username#2
Username#3...etc
The only way I can think of is that the GROUP HEADER needs to be TWO fields, not just one. When I use just one field (e.g., Role1), it doesn't display ALL instanances where Role2 may be different. It groups just Role1 and displays table rows, even though Role2 may be different. I hope that makes sense.
Please let me know if anyone can help!!!! Thank you!