I am trying to get a report to always finish on an even number of pages to allow double-sided printing and ensure that multiple reports do not overlap on the same sheet.
Add a report footer which has a 'New Page Before' set.
Then in the Suppress conditional button for the report footer put:
pagenumber mod 2 = 0
This conditional formula is logically back to front to me, but it works this way round. (The mod operator gives the result after division by the number which follows it - a 2 in this case)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.