Focal Point
[SOLVED] Footing without page number in the last page

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4651090803

November 20, 2008, 06:07 AM
Ajai
[SOLVED] Footing without page number in the last page
Hi All,

I have a report, where in i need to display grand totals with some computations. I used
  ON TABLE SUBFOOT 
to achieve this. I am displaying page number on every page footing using the
 FOOTING 
element.

When i try to do this i am getting the page number value before the grand total line. Is there anyway by which i can remove the page number on the last page alone.

I searched the forums and found many ways to remove the heading/footing on the first page. But i was unable to apply those on the last page.

Please help me to resolve the issue.

Thanks,
Ajai

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.1.4,Linux,
HTML,PDF,Excel,CSV
November 20, 2008, 09:21 AM
GinnyJakes
Put this in your program:

SET PRINTPLUS=ON

That command cures a number of ailments.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
November 20, 2008, 09:36 AM
Ajai
Hi Ginny,

PRINTPLUS exactly does what i require. Thanks. Thanks a lot.

Ajai.


WebFOCUS 7.1.4,Linux,
HTML,PDF,Excel,CSV
November 20, 2008, 09:36 AM
GamP
You could also use FOOTING BOTTOM.
In combination with PRINTPLUS ON that has no extra effect, but with PRINTPLUS OFF it has the effect that the subfoot is still placed after the page footer, meaning that it will now be displayed on a new page at the end of the report and that this page only has the subfoot, no page number. It's just a question of what you need/want.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988