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.
In order to truly get what you are looking for, Ginny's suggestion is about the only way. If you want them all on one line, then you have to put all the column titles in the heading/subheading. Check out "Aligning a Heading or Footing Element Across Columns in an HTML Report" in the Creating Report with WF Language Manual.
There isn't a way to share a column title straight-up. You also may be able to create something that appears correctly by creating an compoud report with an empty report at the beginning containing the columns as you want them to appear and then a second report with the data on it without column titles, headings, etc.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
i cheat ... i right adjust the first column title and left adjust the second column title eg: In the first column title i put 'Net' and in the second column title i put 'Income' then i use some nice background color, or font color , or borders, or some other style techniques to make these two columns look like 1 entity.. works.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Each column having it's own unique heading but a group having a group heading. (Francis's technique would allow for this but it would be nice to allow it out of the box).
i think this is the best way personally, i can't understand why you would want a shared coloumn title in excel for anything other than display purposes as it wont let you filter or sort those two columns once you merge the title cells and really the only reason our team outputs to excel is so the end user can manipulate the data.
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
DEFINE FILE CAR acolumn/A20='my column heading'; END TABLE FILE CAR SUM LENGTH WIDTH BY MODEL ACROSS acolumn WHERE RECORDLIMIT EQ 500 ON TABLE NOTOTAL END
WebFOCUS 7.6.4 Windows XP against an Oracle Database mainly SCT Banner Higher Education ODS and EDW Various output formats
Guy Brenckle Budget Analyst University of Northern Colorado
"i can't understand why..." - actually I get a lot of requests to set up column titles like ChannyS example. I am perfectly happy using HEADING and HEADALIGN and POSITION, etc to achieve that.
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
"i can't understand why..." - actually I get a lot of requests to set up column titles like ChannyS example. I am perfectly happy using HEADING and HEADALIGN and POSITION, etc to achieve that.
im sure you do; it just seemed a bit counterintuitive in the context of the way we work, many reports of ours with merged cells often gets a customer request at some stage to remove them and make it easier to manipulate-and we use a lot of Dialogue Manager to remove merged cells from the report if they select the excel output...
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
And also the ability to have column titles print AFTER a subhead. That one really kills.
I support this...
and also more ideas about the headings.
Also Guy's suggestion is a simple solution that works well in HTML. I do not know how it acts with excel.
Another one (especially since we sometimes have to put column titles as the last row of subheads since the titles only show up before subheads...): The ability to put borders/grids around elements of a heading/footing. This one kills too!!!
I need the same format as this. I was able to get the column titles but, I am not able to get the borders around the heading for each individual item. What is the best way to do this?