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.
This is an issue I am facing with the expandable option in WebFOCSU710. The following is the sample code for report.
TABLE FILE CAR SUM RETAIL_COST BY COUNTRY BY CAR BY SEATS ON TABLE SET EXPANDABLE ON END -EXIT
I want the retail cost to be displayed by region first and when it is expanded, display by Region and Car etc. Currently the retail cost will be displayed only when the node is expanded to the last level.
Posts: 143 | Location: Rochester,NY. | Registered: August 20, 2004
You can express a query in Focus in multiple sentences. Each sentence makes one 'expandable' panel. e.g. TABLE FILE CAR SUM RETAIL_COST BY COUNTRY SUM DEALER_COST AND RETAIL_COST BY COUNTRY BY CAR SUM SALES AND RETAIL_COST BY COUNTRY BY CAR BY MODEL ON TABLE SET EXPANDABLE ON .... END
Yes that is correct. But the thing is that when the 'RETAIL_COST' is displayed by the second level, I dont want it be displayed again in the first level. In a general tree report, once the node is expanded, the data will be seggregated by the next level and not again by the previous level. I am not sure whether this is possible But if anyone has a method to do this please share....
TABLE FILE CAR SUM RETAIL_COST DEALER_COST SALES BY COUNTRY SUM RETAIL_COST DEALER_COST SALES BY COUNTRY BY CAR SUM RETAIL_COST DEALER_COST SALES BY COUNTRY BY CAR BY MODEL ON TABLE SET EXPANDABLE ON END -EXIT
Posts: 143 | Location: Rochester,NY. | Registered: August 20, 2004
Is there a way for the columns to not repeat with every expansion level and for the multiverb accordian report to work more in line with how the subtotals in Excel work (as asked for by Cyril). Thanks!
WebFOCUS 7.6.10 Windows all output (Excel, HTML, PDF)