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 am separating my Header with a ','. When I run my fex, the separated heading is in the same Cell in Excel. Does soemone know how I can split the heading into two cells?
Thanks.This message has been edited. Last edited by: FP Mod Chuck,
Try this: TABLE FILE CAR BY COUNTRY BY CAR SUM SALES HEADING "TEST" "TWO" ON TABLE PCHOLD FORMAT EXL07 ON TABLE SET STYLE * HEADALIGN=BODY,$ ENDSTYLE END
WebFOCUS 8.2.01M3 Windows, All Outputs
Posts: 14 | Location: Minnesota | Registered: August 01, 2016
I don't understand why you would like to accomplish such a thing. Having column's title in two cells will make you not able to use the Excel feature properly such as filters, pivot table, slicer, etc.
Can you explain you goal by doing that ?
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
I think what Lisa's saying is in order to do what you want, the final display showing the 'Column Titles' on two lines, you need to use two heading lines instead of the 'Column Titles'.
So, you would use a "AS ''" on all you PRINT, SUM... fields, and use the spot makers, as Frans showed, for alignment of those 'titles' over the associated 'columns.
I've used this methodology countless times, or more times than I care to count.