Using CR9,
Have a report that is grouped by a client number, within that have various other information including a status number. Want to show the groups that have only status numbers of 3.
Data looks like :
Client # Name Status
1 Joe 2
1 Joe 3
2 Mike 3
2 Mike 7
3 Kevin 3
3 Kevin 3
In this instance would only want client 3's data to show.
Data is grouped on client #
Hope this is enough info, let me know if anyone needs anything else. Thanks.
Have a report that is grouped by a client number, within that have various other information including a status number. Want to show the groups that have only status numbers of 3.
Data looks like :
Client # Name Status
1 Joe 2
1 Joe 3
2 Mike 3
2 Mike 7
3 Kevin 3
3 Kevin 3
In this instance would only want client 3's data to show.
Data is grouped on client #
Hope this is enough info, let me know if anyone needs anything else. Thanks.