The page header is not supposed to be visible on drilldowns.
If you want, you can create a fake header if you're trying to display a page header for your first group. This will produce a section which is only visible on drilldowns. You can format this section to look like a report header. The section won't appear on the next page, if your drilldown is greater than one page.
In the report header:
//@Formula1
whileprintingrecords;
numbervar page := 2;
In Group#1 Header:
//@Formula2
whileprintingrecords;
numbervar page := page + 1;
(Conditionally suppress this section with
numbervar page > 1
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.