harding1031
Programmer
CR v 9.0
I have a grouped report that have multiple pages per group. I only want to print the first page of each group.
I used "pagenumber<>1" to suppress all subsequent pages, almost works fine. The problem is when I put this formula for suppression of GF1, only the first group prints, when I remove the formula, a blank page with only the GF1 prints after each 1st page of the group. I also set the "newpage after" in the GF1 section to reset page number after each complete group.
I want my output to look like below for each group.
GH1
GH2
detail(one page)
GF2
GF1
I have a grouped report that have multiple pages per group. I only want to print the first page of each group.
I used "pagenumber<>1" to suppress all subsequent pages, almost works fine. The problem is when I put this formula for suppression of GF1, only the first group prints, when I remove the formula, a blank page with only the GF1 prints after each 1st page of the group. I also set the "newpage after" in the GF1 section to reset page number after each complete group.
I want my output to look like below for each group.
GH1
GH2
detail(one page)
GF2
GF1