I am creating a report of payments made to participants in the form of a letter being mailed to the participant. The page header has the address and text of the letter. I am using one group for SSN as the data is organized in payments within SSN. The group header is the column heads of the Gross amount, taxes taken out, and payment.
In the case that there are more payments than will fit on page one, I'd like the group header to repeat on the second and subsequent pages and the page header be suppressed. This is not working because no matter how many pages are printed for one participant, it still reads page 1 of 1. The suppression formula for the page header is "if pagenumber > 1 then true else false."
How do I get the correct paging so the suppression formula will work?