Page 1 of 1

How to make report footer only print on last page of PO

Posted: 07 Sep 2011, 15:51
by iStevie
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.

Re: How to make report footer only print on last page of PO

Posted: 08 Sep 2011, 14:00
by brucedenney
A footer will print at the bottom of the section, the page footer will print at the bottom of every page.

Sounds like you are using a page footer instead of the ORDER_NUMBER Footer