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 compound report, which contains over 10 reports. Most of reports are letter size, there is one report with legal size. I used the SECTION DECLARATION, but didn't put PAGESIZE. So, does it mean the PAGESIZE will be picked within ON TABLE SET STYLE session?
As per following example should I get Sales COMPONENT in letter size and the Fuel COMPONENT in Legal size?
Here is the example:
SET PAGE-NUM=OFF COMPOUND LAYOUT PCHOLD FORMAT PDF SECTION=S1, LAYOUT=ON, MERGE=ON, ORIENTATION=LANDSCAPE, $ PAGELAYOUT=1, $ COMPONENT=Sales, TYPE=REPORT, POSITION=(1 1), DIMENSION=(4 4), $ COMPONENT=Fuel, TYPE=REPORT, POSITION=(6.25 1), DIMENSION=(4 4), $ END SET COMPONENT=Sales TABLE FILE CAR "Sales report for " " SUM SALES BY COUNTRY NOPRINT BY CAR BY MODEL ON TABLE HOLD FORMAT PDF ON TABLE SET STYLE * UNIT=IN, PAGESIZE='Letter',$ TYPE=REPORT, FONT=HELVETICA, COLOR=RED, SQUEEZE=ON, $ END SET COMPONENT=Fuel TABLE FILE CAR "Fuel efficiency report for " " BY COUNTRY NOPRINT BY HIGHEST MPG BY CAR BY MODEL ON TABLE HOLD FORMAT PDF ON TABLE SET STYLE * UNIT=IN, PAGESIZE='Legal',$ TYPE=REPORT, FONT=HELVETICA, COLOR=BLUE, SQUEEZE=ON, $ END COMPOUND END
ThanksThis message has been edited. Last edited by: Kerry,
May
WebFOCUS 7.6.8 Servlet - MRE/BID/Self Service/ReportCaster - MS Windows Server 2003 - MS SQL Server 2005 - DataMigrator 7.6.9