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] Heading display on 2nd page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Heading display on 2nd page
 Login/Join
 
Member
posted
Hi
I have a heading displayed for a table.
But i don't want the heading to appear on the second page.
Is there any way to do so?

Thanks

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


_________________________________________________________________

WF Server: 7.1.4 on Unix and Win2K3 server, ReportCaster, Self-Service, MRE, Java
Data: Teradata, Oracle, SQL Server Output: HTML,PDF,EXL2K, WP
WF Client: 7.1.4 on Windows 2K3 w/Tomcat
 
Posts: 27 | Registered: August 12, 2009Report This Post
Expert
posted Hide Post
ON TABLE SUBHEAD


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Member
posted Hide Post
where do i use it??
sorry if its a stupid question but m a little naive when it comes to webfocus Frowner


_________________________________________________________________

WF Server: 7.1.4 on Unix and Win2K3 server, ReportCaster, Self-Service, MRE, Java
Data: Teradata, Oracle, SQL Server Output: HTML,PDF,EXL2K, WP
WF Client: 7.1.4 on Windows 2K3 w/Tomcat
 
Posts: 27 | Registered: August 12, 2009Report This Post
Expert
posted Hide Post
Forget ON TABLE, use a DUMMY column:

  
DEFINE FILE GGSALES
  DUMMY/A1=' ';
END
TABLE FILE GGSALES
PRINT 
  PRODUCT AS ''
  UNITS   AS ''
  DOLLARS AS ''
 BY DUMMY NOPRINT
 BY CATEGORY AS ''
ON DUMMY SUBHEAD
"This is the Heading Line 1"
"This is the Heading Line 2"
"This is the Heading Line 3"
" "
"Category<+0>Product<+0>Units<+0>Amount"
" "
ON TABLE SET HTMLCSS ON
-*ON TABLE SET PAGE-NUM OFF
ON TABLE SET STYLE *
     UNITS=IN,
     LEFTMARGIN=0.250000,
     RIGHTMARGIN=0.250000,
     TOPMARGIN=0.250000,
     BOTTOMMARGIN=0.250000,
     SQUEEZE=ON,
     ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
     FONT='ARIAL',
     SIZE=10,
     COLOR='BLACK',
     BACKCOLOR='NONE',
     STYLE=NORMAL,
	 GRID=OFF,
     RIGHTGAP=0.125000,
$
TYPE=SUBHEAD, HEADALIGN=BODY, STYLE=BOLD,$
TYPE=SUBHEAD, LINE=1, JUSTIFY=CENTER, COLSPAN=5,$
TYPE=SUBHEAD, LINE=2, JUSTIFY=CENTER, COLSPAN=5,$
TYPE=SUBHEAD, LINE=3, JUSTIFY=CENTER, COLSPAN=5,$
TYPE=SUBHEAD, LINE=5, STYLE=BOLD+UNDERLINE,$
TYPE=SUBHEAD, LINE=5, ITEM=1, JUSTIFY=LEFT,$
TYPE=SUBHEAD, LINE=5, ITEM=2, JUSTIFY=LEFT,$
ENDSTYLE
END
-EXIT


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
TABLE FILE CAR
PRINT RETAIL_COST DEALER_COST
BY COUNTRY PAGE-BREAK
BY CAR 
BY MODEL
ON TABLE SUBHEAD
"THIS IS ONLY ON THE FIRST PAGE"
ON TABLE PCHOLD FORMAT PDF
END


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
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Platinum Member
posted Hide Post
Don't forget about ON TABLE, but don't forget either about the Column you define just for Mastering precise treatments at break levels
C and F,
One of the pleasures, with Focus, is there is not a single, compulsory Path. - Could write a book about that, but, another time ...


Focus Mainframe 7.6.11
Dev Studio 7.6.11 and !!!
PC Focus, Focus for OS/2, FFW Six, MSO
 
Posts: 134 | Registered: November 06, 2007Report 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] Heading display on 2nd page

Copyright © 1996-2020 Information Builders