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.
Hai, We have an FEX which contains two procedures both having EXCEL2K output format. Is there any method to display both the reports in a single worksheet or even in a single workbook as seperate worksheets. Any workarounds on this? Please help.. We have WEBFOCUS version 5.3.
-TYPE WEBFOCUS CGIVAR IBIWF_mreports=FRAME -TYPE WEBFOCUS CGIVAR IBIWF_mrrows=2 TABLE FILE CAR SUM DCOST RCOST BY COUNTRY ON TABLE PCHOLD FORMAT EXL2K END -RUN TABLE FILE CAR PRINT SEAT TYPE BY COUNTRY BY CAR ON TABLE PCHOLD FORMAT EXL2K END
Here is a working example from IBI. It creates one workbook with three worksheets.
Note: MS Excel XP/2002/2003 are needed to create compound Excel Reports.
SET PAGE-NUM=OFF TABLE FILE CAR HEADING "Sales Report" " " SUM SALES BY COUNTRY ON TABLE SET STYLE * type=report, titletext='Sales Rpt', $ type=heading, size=18, $ ENDSTYLE ON TABLE PCHOLD AS EX1 FORMAT EXL2K OPEN END
TABLE FILE CAR HEADING "Inventory Report" " " SUM RC BY COUNTRY ON TABLE SET STYLE * type=report, titletext='Inventory Rpt', $ type=heading, size=18, $ ENDSTYLE ON TABLE PCHOLD FORMAT EXL2K END
TABLE FILE CAR HEADING "Cost of Goods Sold Report" " " SUM DC BY COUNTRY ON TABLE SET STYLE * type=report, titletext='Cost Rpt', $ type=heading, size=18, $ ENDSTYLE ON TABLE PCHOLD FORMAT EXL2K CLOSE ENDThis message has been edited. Last edited by: <Mabel>,