Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Why Footer Information Missing

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Why Footer Information Missing
 Login/Join
 
Guru
posted
I have a pdf format report not showing footer information. I am not able to figure out why am I not gettign footer information in my report.

-PDF
TABLE FILE WKRVAGG6
SUM AMTF/fmt AS ''
-* Arifs Heading Add
HEADING
"Weekly Revenue & Enrollment Report"
-*-*
-*-*FOOTING
-*"-*"<+0> Run Date: &DATEMDYY"
-* heading End
&SORT
BY UNIT1 NOPRINT
BY UNIT2 NOPRINT
ON UNIT2 SUBHEAD
"&UNIT1_TITLE "&UNIT2_TITLE ACROSS
HIGHEST CP_DESC AS ''
ACROSS COLENT NOPRINT
ACROSS COLTITLE AS ''
BY LITMORD NOPRINT
BY HIGHEST LITM1 NOPRINT
BY HIGHEST LITM1D AS ''
BY L2 NOPRINT
BY LITM2D AS ''
BY LITM3D NOPRINT
BY LITM3 AS ''
BY LITM2 NOPRINT
WHERE FLAG EQ 0;
WHERE COLCONCAT NE ' W';
WHERE SCHOOLID EQ '0001' OR '0002'
OR '0003' OR
'0004' OR
'0005' OR '0007'

ON UNIT2 PAGE-BREAK
ON TABLE SET LINES 999999
ON TABLE SET HTMLCSS ON
ON TABLE SET PAGE NOLEAD
ON TABLE SET BYPANEL ON
ON TABLE SET SQUEEZE ON
ON TABLE SET ACROSSLINE OFF
ON TABLE PCHOLD FORMAT &WFFMT
ON TABLE SET STYLE *
INCLUDE=BLUEGRAY,$
UNITS=IN,
PAGESIZE='Legal',
LEFTMARGIN=0.250000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.250000,
BOTTOMMARGIN=0.250000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=6,
COLOR='BLACK',
STYLE=NORMAL,
RIGHTGAP=0.027778,
LEFTGAP=0.027778,
$
TYPE=DATA,
SIZE=6,
$
TYPE=REPORT,SIZE=6,ORIENTATION=LANDSCAPE,PAGESIZE='Legal',$
TYPE=TITLE, SIZE=8, COLOR=RGB(140 140 140),$
TYPE=ACROSSVALUE, JUSTIFY=CENTER, BACKCOLOR=RGB(230 230 240),$
TYPE=ACROSSVALUE, ACROSS=1,JUSTIFY=CENTER,$
TYPE=DATA, WHEN=LITM3 EQ ' ', STYLE=BOLD,$
TYPE=SUBTOTAL, STYLE=BOLD,$
TYPE=DATA, WHEN=LITM2 EQ ' ', BACKCOLOR=RGB(200 200 200),
BORDER-TOP=LIGHT, BORDER-TOP-COLOR=RGB(90 90 90),
BORDER-BOTTOM=LIGHT, BORDER-BOTTOM-COLOR=RGB(90 90 90),$
TYPE=SUBTOTAL,BACKCOLOR=RGB(200 200 200),
BORDER-TOP=LIGHT, BORDER-TOP-COLOR=RGB(90 90 90),
BORDER-BOTTOM=LIGHT, BORDER-BOTTOM-COLOR=RGB(90 90 90),$
-* TYPE=FOOTING,
-* LINE=1,
-* JUSTIFY=RIGHT,
-*$
-* ENDSTYLE
END
-RUN
-THEEND

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


WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Guru
posted Hide Post
sorry following is the correct code:

-PDF
TABLE FILE WKRVAGG6
SUM AMTF/fmt AS ''
-* Arifs Heading Add
HEADING
"Weekly Revenue & Enrollment Report"
-*-*
FOOTING
"-*"<+0> Run Date: &DATEMDYY"
-* heading End
&SORT
BY UNIT1 NOPRINT
BY UNIT2 NOPRINT
ON UNIT2 SUBHEAD
"&UNIT1_TITLE "&UNIT2_TITLE ACROSS
HIGHEST CP_DESC AS ''
ACROSS COLENT NOPRINT
ACROSS COLTITLE AS ''
BY LITMORD NOPRINT
BY HIGHEST LITM1 NOPRINT
BY HIGHEST LITM1D AS ''
BY L2 NOPRINT
BY LITM2D AS ''
BY LITM3D NOPRINT
BY LITM3 AS ''
BY LITM2 NOPRINT
WHERE FLAG EQ 0;
WHERE COLCONCAT NE ' W';
WHERE SCHOOLID EQ '0001' OR '0002'
OR '0003' OR
'0004' OR
'0005' OR '0007'

ON UNIT2 PAGE-BREAK
ON TABLE SET LINES 999999
ON TABLE SET HTMLCSS ON
ON TABLE SET PAGE NOLEAD
ON TABLE SET BYPANEL ON
ON TABLE SET SQUEEZE ON
ON TABLE SET ACROSSLINE OFF
ON TABLE PCHOLD FORMAT &WFFMT
ON TABLE SET STYLE *
INCLUDE=BLUEGRAY,$
UNITS=IN,
PAGESIZE='Legal',
LEFTMARGIN=0.250000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.250000,
BOTTOMMARGIN=0.250000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=6,
COLOR='BLACK',
STYLE=NORMAL,
RIGHTGAP=0.027778,
LEFTGAP=0.027778,
$
TYPE=DATA,
SIZE=6,
$
TYPE=REPORT,SIZE=6,ORIENTATION=LANDSCAPE,PAGESIZE='Legal',$
TYPE=TITLE, SIZE=8, COLOR=RGB(140 140 140),$
TYPE=ACROSSVALUE, JUSTIFY=CENTER, BACKCOLOR=RGB(230 230 240),$
TYPE=ACROSSVALUE, ACROSS=1,JUSTIFY=CENTER,$
TYPE=DATA, WHEN=LITM3 EQ ' ', STYLE=BOLD,$
TYPE=SUBTOTAL, STYLE=BOLD,$
TYPE=DATA, WHEN=LITM2 EQ ' ', BACKCOLOR=RGB(200 200 200),
BORDER-TOP=LIGHT, BORDER-TOP-COLOR=RGB(90 90 90),
BORDER-BOTTOM=LIGHT, BORDER-BOTTOM-COLOR=RGB(90 90 90),$
TYPE=SUBTOTAL,BACKCOLOR=RGB(200 200 200),
BORDER-TOP=LIGHT, BORDER-TOP-COLOR=RGB(90 90 90),
BORDER-BOTTOM=LIGHT, BORDER-BOTTOM-COLOR=RGB(90 90 90),$
-* TYPE=FOOTING,
-* LINE=1,
-* JUSTIFY=RIGHT,
-*$
-* ENDSTYLE
END
-RUN
-THEEND


WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Guru
posted Hide Post
Its not pasting Code correctly its
FOOTING
"

WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Virtuoso
posted Hide Post
Enclose you code within
[code]
tags.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Expert
posted Hide Post
quote:
FOOTING
"-*"<+0> Run Date: &DATEMDYY"

I'm not surprised!

But then the code you are trying to insert is -
FOOTING
"<TABPAGENO of <TABLASTPAGE"
So look at the styling and try and replicate against one of the sample files such as CAR.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Silver Member
posted Hide Post
try this way
 
FOOTING
"Run Date: &DATEMDYY" 


Also Check Report Style...


WebFOCUS 7.6.X/7.7.X
Windows
all output
 
Posts: 31 | Registered: March 17, 2010Report This Post
Expert
posted Hide Post
Unbalanced quotes? There's three of them in this line of code (which I copied from above).
"-*"<+0> Run Date: &DATEMDYY"




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Why Footer Information Missing

Copyright © 1996-2020 Information Builders