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 requirement to create an EXCEL file w/ a PIVOT table..but would like the rows to be compressed (aggregated) vs expanded (detail). this allows a 10,000 row table to be opened w/ a much smaller set of rows which is less ovewhelming for the user.
Below is the basic code which creates the pivot table
1. is there a command to enter to 'compress' the rows..or does the excel file need to have a macro and/or a template to open in
2. if the 2nd..if there good doc on how to use both (templates and/or macros)
3. Is FORMAT XLSX PIVOT available on a newer release of WF. My only option is FORMAT EXL2K PIVOT..which causes the browser (opening the excel file) to throw an 'unsupported type' error....which the user has to ok out of.
Thanks everyone/anyone w/ any insights into this. Wm
Code..
TABLE FILE CAR "Hello" PRINT SALES BY COUNTRY BY MODEL ON TABLE PCHOLD FORMAT EXL2K PIVOT ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.2000, RIGHTMARGIN=0.2000, TOPMARGIN=0.2500, BOTTOMMARGIN=0.2500, SQUEEZE=ON, ORIENTATION=LANDSCAPE, $ TYPE=REPORT, FONT=TIMES NEW ROMAN, SIZE=8, COLOR=BLACK, BACKCOLOR=NONE, STYLE=NORMAL, $ TYPE=HEADING, STYLE=BOLD, HEADALIGN=BODY, $ ENDSTYLE ENDThis message has been edited. Last edited by: FP Mod Chuck,
WebFOCUS 8 Windows, All Outputs
Posts: 30 | Location: Living in Charlotte, working all over | Registered: July 13, 2015
The only part of this question I can answer is that I have 8.2.06 and the only format for pivot table is EXL2K.
If the message the users are getting is this. 'The file you are trying to open, 'WFServlet', is in a different format than specified by the file extension. Verify that the file is not corrupt and is from a trusted source before opening the file. Do you want to open the file specified by the file extension.'