CR XIr2
Oracle 9i native connection
I'm trying to create an exception report based on an existing report, and I think I'm getting stuck in the existing report's logic.
First off, the data is similar to this:
ID ORG Role
---------------------
Bob ALL BASIC
Bob ALL ENTRY
Bob ALL EDIT
Bob BGT BASIC
Bob BGT ENTRY
Bob BGT APPROVE
Bob FIN BASIC
The existing report groups by ID then ORG and I've created an array that lists the Roles in the Group Footer of ORG.
Bob ALL BASIC, ENTRY, EDIT
Bob BGT BASIC, ENTRY, APPROVE
Bob FIN BASIC
The exception report would essentially display the same way, but should only display the GF based on certain conditions. For the sample above, it should only show the line that has both ENTRY and APPROVE.
My first thought was just to conditionally suppress based on the array, but that would involve a lot of suppressing of the other groups as well.
Is there another way to do this? I thought that maybe it could do a group select, but I don't know how to do that based on an array. Any help would be greatly appreciated.
Oracle 9i native connection
I'm trying to create an exception report based on an existing report, and I think I'm getting stuck in the existing report's logic.
First off, the data is similar to this:
ID ORG Role
---------------------
Bob ALL BASIC
Bob ALL ENTRY
Bob ALL EDIT
Bob BGT BASIC
Bob BGT ENTRY
Bob BGT APPROVE
Bob FIN BASIC
The existing report groups by ID then ORG and I've created an array that lists the Roles in the Group Footer of ORG.
Bob ALL BASIC, ENTRY, EDIT
Bob BGT BASIC, ENTRY, APPROVE
Bob FIN BASIC
The exception report would essentially display the same way, but should only display the GF based on certain conditions. For the sample above, it should only show the line that has both ENTRY and APPROVE.
My first thought was just to conditionally suppress based on the array, but that would involve a lot of suppressing of the other groups as well.
Is there another way to do this? I thought that maybe it could do a group select, but I don't know how to do that based on an array. Any help would be greatly appreciated.