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 need to create a report with Excel output, but I want to spread it across multiple tabs/sheets within a single Excel file. But what makes this a little different than the other solutions I've seen is that each tab will not be built from a separate TABLE FILE request. I'd like each tab to be populated by one of the "BY" columns.
Here's an example:
TABLE FILE CAR
SUM RETAIL_COST
DEALER_COST
BY COUNTRY
BY CAR
ACROSS BODYTYPE
ON TABLE PCHOLD FORMAT EXL2K
END
What I would like to do is make the Country appear on individual tabs. In my particular example, "Country" will also be part of the where clause and is multi-select -- so depending on how the user runs the report, they may get all countries, one country, or any number in between.
Anyone have a method to do this? Thanks!
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF
I knew as soon as I posted this that I would find it!
Table of contents is the answer!
SET COMPOUND=BYTOC
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF