Hi,
I'm trying to create a main report that compares a list of records against a list of records created in a sub-report. If the records match, then I do not want that record to be displayed on the main report.
From what I understand I need to create a shared variable on the sub-report so i can pass that to the main report:
whileprintingrecords;
shared stringvar security := {CONSTRAINT_GROUPS.SECURITY}
then a corresponding variable on the main report:
whileprintingrecords;
shared stringvar security
I placed the sub-report in the details section of the main report.
At this point I can't seem to be able to hide the records that match on both reports.
I've tried using Selection Expert, but not sure if that's the correct route.
Any help would be greatly appreciated.
Thanks.
I'm trying to create a main report that compares a list of records against a list of records created in a sub-report. If the records match, then I do not want that record to be displayed on the main report.
From what I understand I need to create a shared variable on the sub-report so i can pass that to the main report:
whileprintingrecords;
shared stringvar security := {CONSTRAINT_GROUPS.SECURITY}
then a corresponding variable on the main report:
whileprintingrecords;
shared stringvar security
I placed the sub-report in the details section of the main report.
At this point I can't seem to be able to hide the records that match on both reports.
I've tried using Selection Expert, but not sure if that's the correct route.
Any help would be greatly appreciated.
Thanks.