I'm trying to suppress all the page footers on the main report on all pages that have a subreport and I'm having some trouble.
The subreport is in the report footer and starts on a new page. The subreport could be 1 or 10 pages so doing it by page number is out.
I've tried setting a global variable in the main report header and setting it to false and then changing the variable just before the subreport section (I change the variable in report footer a, and then the subreport is in report footer b) to true and then tried to suppress the page footer based on that global variable but to no avail.
I feel like I'm really close but just missing something. Any help would be awesome.