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.
I have a pdf report where the subhead backcolor and borders extend past the last column of my table. This happens when my footer is wider than my table. I found an older post on a similar topic and the solution was to add "SQUEEZE=ON" but this doesn't work for me. Is there a way to reduce the subhead width without breaking up my footer into multiple lines or increasing my table width?
Here is some sample code to illustrate the problem.
TABLE FILE CAR
PRINT CAR
BY COUNTRY
ON COUNTRY SUBHEAD
"This is the SUBHEAD"
FOOTING BOTTOM
"This is a long footing that affects the subhead"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON,$
TYPE=SUBHEAD, COLOR=WHITE, BACKCOLOR=TEAL, BORDER-BOTTOM=LIGHT, BORDER-TOP=LIGHT,$
TYPE=TITLE, COLOR='WHITE', BACKCOLOR=BLACK,$
ENDSTYLE
END
Thanks in advance for any suggestions!This message has been edited. Last edited by: Jamie K.,
WebFOCUS 8.103 Windows 2008 Excel, PDF, HTML
Posts: 15 | Location: Vancouver, BC | Registered: November 20, 2013
Jamie, try adding the following to the TYPE=REPORT style-sheet declaration:
TYPE=REPORT, ..., ALIGN-BORDERS=BODY, .. $
This is documented in "Creating Reports With WebFOCUS Language" > "Laying Out the Report Page" > "Adding Grids and Borders" > "How to Align Subheading and Subfooting Margins With the Report Body" section of the documentation.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server