I have an exception report with a group header that looks for missing client information (SSN,DOB etc) and then in details, a set of status records (Referred, Opened, Transferred, Closed) that must be in this order.
I want to suppress all clients with no errors, but show all the records for clients with ANY error. The difficulty is that an error can occur on the last status. I have to set an error = true variable, but vars are evaluated WhilePrintingRecords, too late for the set to "know" it should all be displayed (I think).
Is there any way to accomplish this?
Thanks
Bob Hagan
I want to suppress all clients with no errors, but show all the records for clients with ANY error. The difficulty is that an error can occur on the last status. I have to set an error = true variable, but vars are evaluated WhilePrintingRecords, too late for the set to "know" it should all be displayed (I think).
Is there any way to accomplish this?
Thanks
Bob Hagan