STILL NO RESOLUTION TO THIS !!!!! PLEASE HELP.
I am trying to do something that I am sure is relatively simple. I have a report with 1 section as well as a page header and a report header. I group in this section by customer ID. What I want is to simply show column titles in my detail only on pages that do not show the section header.
(i.e. I want to show the page header section unless the CustomerID section is showing on the report) So for instance, my data is such that page 1 shows the customer info and some detail, page 2 is just detail, page 3 is just detail and then I force a break. Page 4 shows the next customer and so on - I want to only show the page header on pages 2,3 and then 5,6 and so on.
Also, I would like to start the pages renumbering again at each customer break. I have read the documentation, but am unclear on where to put my script event and how to code it. Any help would be appreciated.