I have a report that is a summary report that drills down to a group header field, works fine but I can't get rid of the column headers which are in the group heading section as well, Suppress if duplicated doesn't work as it is in the Group Header section.
If you want all headers removed, go to report->and uncheck "show all headers on drilldown". Otherwise, depending upon your version (which you should ALWAYS identify), you can use the drilldowngrouplevel function to conditionally suppress headers depending upon level of drilldown, e.g.,
drilldowngrouplevel > 0 //suppress this header during drilldown
Each incremented number represents another drilldown level.
So would either of these methods let the headers print the first time? They are in the group section with the detailed group info, the detail section is for another drill down and works fine.
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.