I have a report with 2 subreports. Each subreport as well as the main report includes the same list of customers but in different order. Each subreport has a formula that assigns a number to each customer. I want to grab both of these numbers from the subreports and display them in the main report. Ex.
Subreport 1:
John Doe 3
Jane Doe 2
Subreport 2:
Jane Doe 9
John Doe 12
Main Report
John Doe 3,9
Jane Doe 2,12
Is this possible? I'm trying to use shared variables but I can't get it to work. Also, if they're in different orders will the shared variables automatically match to the correct customer in the main report? Any ideas would be helpful. Thanks.
Subreport 1:
John Doe 3
Jane Doe 2
Subreport 2:
Jane Doe 9
John Doe 12
Main Report
John Doe 3,9
Jane Doe 2,12
Is this possible? I'm trying to use shared variables but I can't get it to work. Also, if they're in different orders will the shared variables automatically match to the correct customer in the main report? Any ideas would be helpful. Thanks.