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.
Anyone know of a way to merge a heading on top of multiple columns? I'm displaying data for multiple years in different categories. Right now it looks like this:
And I would like it to look like this to save some real estate on a report.
PRICE INCREASE 1 | 2 | 3
Any idea would be appreciated. FYI they are being outputted as HTML if that makes a difference. Thank you in advance!This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8 Windows, All Outputs
Posts: 13 | Location: Long Island, New York | Registered: June 23, 2015
Is Price Increase a header? or an across field? If its a Header or Subhead, you can use the COLSPAN command in the Style Sheet to merge multiple columns.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
I have multiple columns. Each column contains a category and a year. So price increase 1 is a column heading. Price increase 2 is the next column heading. Price increase 3 is the final column heading. I just want 1 2 and 3 all to have price increase merged as a heading. So if you looked at it in excel A1, A2 A3 would all be merged with price icnrease and b1, b2, b3 would be the individiual year number with data listed below.
WebFOCUS 8 Windows, All Outputs
Posts: 13 | Location: Long Island, New York | Registered: June 23, 2015
Ryan, within eric's question is a clue. The only way to have column titles span more than one column is to put the column titles in the HEADING or SUBHEAD and use HEADALIGN=BODY and COLSPAN. Suppress the real report columns by using COLUMN_NAME AS ''.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server