I have a report that contains a subreport in the report footer. I don't want the main report's page header to print when the report footer prints (therefore printing the main report page header on top of the subreport). I also do not want the page header of the main report to print on the first page so currently I have a suppression condition in the pageheader that says:
The first page suppression formula works but I just don't know how to combine that along with the condition to not print when the report footer prints.
Any help is appreciated!
Thanks.
Code:
pagenumber = 1
The first page suppression formula works but I just don't know how to combine that along with the condition to not print when the report footer prints.
Any help is appreciated!
Thanks.