Scenario: I want to compare subreports for consistancy across multiple organizations.
Each Org has multiple ExamCodes. ExamCodes are consistant across Orgs (each have uniqueID though). Each ExamCode has multiple Charges. These should be consistant, but I know some are not.
I want to make sure that ExamCode 'ExamX' at Org 'OrgA' has the same charges as ExamCode 'ExamX' at Org 'OrgB' and Org 'OrgC'
I would like to display only those ExamCodes with ChargeCodes which are discrepent.
<group = ExamX>
OrgA ExamX
Charge1
Charge2
OrgB ExamX
Charge1
Charge2
ChargeZ
Each Org has multiple ExamCodes. ExamCodes are consistant across Orgs (each have uniqueID though). Each ExamCode has multiple Charges. These should be consistant, but I know some are not.
I want to make sure that ExamCode 'ExamX' at Org 'OrgA' has the same charges as ExamCode 'ExamX' at Org 'OrgB' and Org 'OrgC'
I would like to display only those ExamCodes with ChargeCodes which are discrepent.
<group = ExamX>
OrgA ExamX
Charge1
Charge2
OrgB ExamX
Charge1
Charge2
ChargeZ