Using CR9 Pro. Can someone tell me how to hide the page header labels on just the last page? I have a cross-tab on this page and do not want the labels to appear.
If you format your labels (right click the label and choose "Format text" and conditionally suppress (X+2) them with a formula like this it will be ok:
if PageNumber > 1 and TotalPageCount = PageNumber then
true
I have the test on the first page just in case the report is just one page in total.
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.