CR 2008 Dev
SQL Server 2008
I have a report that I force a blank page for duplex printers by adding this into my conditional suppression in GH1.
Remainder(PageNumber,2) <> 0
and this in the new page after condition in GH1.
Not OnFirstRecord
Issue:
I need to suppress the PF on all pages except my last page.
I can not use page n of m because if I reset the pagenumber it will not force my blank page, and sometimes I end up with 3 pages of data where I need to force the 4th blank page.
Right now I check the remainder of the pagenumber and it suppresses on odd pages, but I would like it to suppress all pages except last page. Any Ideas of what I can try.
Hope this makes sense.
Thanks
GJ