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.
We have a report that is in a PDF format uses the ON SUBHEAD. It has a few lines in subheading for each subheading then has report data in each sub-section. What I would like to do, is if the report data under a subhead instance doesn’t fit on the page, I would like the whole subhead section to start on the next page rather than being broken up between two pages. I can get the PAGE-BREAK to break on each subhead, but that puts each instance on a new page. I would like to have multiple occurrences on one page as well.
Thanks in Advance!
TABLE FILE CA_DATA1 SUM AGVGLST_AMT/P13.2CM AS '' GFTDATE AS '' ADBDESG_NAME AS '' ATVGIFT_DESC AS '' BY SPRIDEN_LAST_NAME NOPRINT BY AGVGLST_PIDM NOPRINT BY ADBDESG_NAME NOPRINT
ON AGVGLST_PIDM SUBHEAD "===============================================================================================" " " " " "AppID: " Corp Contacts/Personal Salutations: " " HEADING "Gifts of $1,000 or more: &LASTFRIDAY - &YESTERDAY "
WHERE SPRIDEN_CHANGE_IND EQ MISSING;
ON TABLE SET PAGE-NUM OFF ON TABLE SET BYDISPLAY ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET HTMLCSS ON
Thank you so much! That fixed the problem with the report data in a subhead section being split on pages.
Now I am just running into the whole subhead section staying together. The subhead heading lines are on one page but then the report data for the subhead section are on the next. I tried using the NOSPLIT with the SUBHEAD but it put all the report data for each subhead together in one table.