How to make report footer only print on last page of PO
Posted: 07 Sep 2011, 15:51
Hi,
I am trying to find a way to make the Report Footer section of my purchase order only print on the last page of a multi-page purchase order.
I have tried to do this with a filter but im only familiar with basic expressions and am not sure if i am using it correctly. I've tried:
REPORT.BATCH_PAGE = REPORT.BATCH_PAGES
hoping this would only display if the page number matched the total number of pages but this had no effect and the section still displayed on all pages.
REPORT.BATCH_PAGE = ((REPORT.BATCH_PAGES-REPORT.BATCH_PAGE)+REPORT.BATCH_PAGE)
which i thought would allways return the value of the last page but that does not work either.
I am using Version 2012 of Sage 50 Accounts Professional with version 1.3.2011.25 of Report Designer FYI.
Any help would be greatly appreciated.
Steve.
I am trying to find a way to make the Report Footer section of my purchase order only print on the last page of a multi-page purchase order.
I have tried to do this with a filter but im only familiar with basic expressions and am not sure if i am using it correctly. I've tried:
REPORT.BATCH_PAGE = REPORT.BATCH_PAGES
hoping this would only display if the page number matched the total number of pages but this had no effect and the section still displayed on all pages.
REPORT.BATCH_PAGE = ((REPORT.BATCH_PAGES-REPORT.BATCH_PAGE)+REPORT.BATCH_PAGE)
which i thought would allways return the value of the last page but that does not work either.
I am using Version 2012 of Sage 50 Accounts Professional with version 1.3.2011.25 of Report Designer FYI.
Any help would be greatly appreciated.
Steve.