I have a report with 3 subreports for each of the countries in the database (subreport1, subreport2, subreport3). These are arranged across a landscape page so that I get a list of records under each report name. I have counted the records for the subsections that are on each subreport, but I would like to add all the records that appear in each of the subreports (i.e. number (subreport1_records) + number (subreport2_records) + number (subreport3_records) and present in the master report.
Can I do this?
kiwi44