Hey all,
I'm trying to figure out how to set a page as a "cover page" that will only print once, regardless of how many times the next two pages print.
I have a report with a cover page, followed by two forms (pages 2 and 3) that will each print X times based on the number of rows (X) returned via a filter set up to capture all Calculation ID's that are associated with a particular user.
The report is three pages. Currently if the filter returns three rows (three Calc ID's and all the data associated with those calcs), it prints all three pages three times.
What it should do is only print page 1 *once* no matter what, then print pages 2 and 3 X times based on how many rows are returned.
Is there a way to do this?