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.
My heading consists of 3 parts in that order. -heading1 -heading2 -heading3 each heading part is some lines of information. now what I want is heading 2 must not get repeated on every page of the PDF output. I cant put heading2 in subhead (ON TABLE SUBHEAD) also since it will display heading2 above heading1 and also if I put heading1 and heading2 in subhead, then heading1 wont be repeated in every page. Iam putting some conditions in heading like: HEADING heading1 -IF TABPAGENO NE 1 GOTO SKIP heading2 -SKIP heading3
but still it displays heading2 in every page (TABPAGENO is increasing with every page). actually what i figured out is once heading part is compiled it just displays that in every page, it wont compile the heading again and again at the start of each page in PDF. Can any one please help me? thanks
Posts: 41 | Location: Boston | Registered: August 17, 2005
You've indicated that Heading 2 is not repeated on every page? What about Heading 3? Is it fair to assume that there is a reason Heading 3 follows 2? Can Heading 2 and Heading 3 appear in the same subhead?
Also note that you don't need to use ON TABLE SUBHEAD with Heading 2? You can do this for any sort field you have set up or exists in the data.
Ken
Prod - WF 7.6.4 Unix/Solaris - Self-Service, BI Dashboard, MRE Dev - WF 7.6.4 Unix/Solaris - Self-Service, BI Dashboard, MRE Databases: Oracle 10g, SQL Server 2000, DB2.
This may help. Use the ON TABLE HEADING PAGE-BREAK "line1" "line2" "line3" This appears in front of the entire report. Then in the report only have.. HEADING "line1" "Line3"
hi all, thanks for the responses. the logic we used is similar to the one GeraldCohen has suggested. ON TABLE SUBHEAD "line 1" "line 2" "line 3" HEADING "line 1" "line 3"
Now on first page all the 3 lines will be displayed and from second page onwards only line 1 and line 3 will be displayed. only problem here is the heading part (line 1 and 3) will be displayed in first page also apart from the tabheading. so we have squeezed the heading in first page like: TYPE=HEADING, LINE=1, SIZE=1, $ WHEN TABPAGENO=1 TYPE=HEADING, LINE=2, SIZE=1, $ WHEN TABPAGENO=1
dharma ------------------ WF v 7.1.1 OS - Win XP Output: PDF, EXL2K
Posts: 41 | Location: Boston | Registered: August 17, 2005