Hi,
I have a report that has 2 headers and 2 footers (a&b) and is a maximum of 2 pages. I have it set up so header a and footer a appear on page 1, and header b and footer b on page 2.
I need to limit the number of records on the first page to 4 in the details section, and if there is a 5th record, I want it & all subsequent records to appear on page 2.
The problem is, that if I use the "new page after" box in the section expert, it doesn't show the page one footer. Is there a way to put the fifth record (and beyond) on page 2 without effecting the footers?
I do have a variable "val" that counts each record (I have some details suppressions in place), so I assume there must be something that works on if val > 4 then on next page?
I have a report that has 2 headers and 2 footers (a&b) and is a maximum of 2 pages. I have it set up so header a and footer a appear on page 1, and header b and footer b on page 2.
I need to limit the number of records on the first page to 4 in the details section, and if there is a 5th record, I want it & all subsequent records to appear on page 2.
The problem is, that if I use the "new page after" box in the section expert, it doesn't show the page one footer. Is there a way to put the fifth record (and beyond) on page 2 without effecting the footers?
I do have a variable "val" that counts each record (I have some details suppressions in place), so I assume there must be something that works on if val > 4 then on next page?