Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Column-groups/Split-Columns/Sub-Columns

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Column-groups/Split-Columns/Sub-Columns
 Login/Join
 
Gold member
posted
In past, I tried to do column groups as follows but did not do it because of one extra line that
used to appear between the headings (problem only with HTML CSS ON).

     CAR        SalesStatistics           Measurements       
              DealerCost RetailCost       Height Width

Recently I figured out a way to it. Here I post the code for comments/sharing -

Fex File:

SET CSSURL='car.css';
TABLE FILE CAR
PRINT BHP AS '' MPG AS '' LENGTH AS '' WIDTH AS '' HEIGHT AS ''
BY TOTAL COMPUTE CDUMMY/I11=1; NOPRINT
ON CDUMMY SUBHEAD
"ENGINE<+0>BODY"
"BHP<+0>MPG<+0>LENGTH<+0>WIDTH<+0>HEIGHT"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,
     FONT='ARIAL', SIZE=8,
     BORDER=LIGHT, BORDER-STYLE=SOLID, BORDER-COLOR=RGB(130 130 130),
$
TYPE=SUBHEAD,
     BY=CDUMMY,
     HEADALIGN=BODY,
     STYLE=BOLD,
     JUSTIFY=CENTER,
     BORDER-STYLE=SOLID,
     BACKCOLOR=RGB(220 220 255),
     CLASS=table_heading1,
$
TYPE=SUBHEAD, BY=CDUMMY, LINE=1, OBJECT=TEXT, ITEM=1, COLSPAN=2,  CLASS=table_heading1, $
TYPE=SUBHEAD, BY=CDUMMY, LINE=1, OBJECT=TEXT, ITEM=2, COLSPAN=3,  CLASS=table_heading1, $
TYPE=SUBHEAD, BY=CDUMMY, LINE=2, CLASS=table_heading2, $
END

car.css:

.table_heading1 {
   border: 1 solid rgb(130 130 130);
   text-align: center;
   font: normal normal bold 8pt arial;
   padding:5pt;
   color:#000000;
   background-color:#DCDCFF;
   text-align:center;
}

.table_heading2 {
   border: 1 solid rgb(130 130 130);
   text-align: center;
   font: normal normal normal 8pt arial;
   padding:3pt;
   color:#000000;
   background-color:#DCDCFF;
   text-align:center;
}


WebFOCUS 5.3.3 MRE - Solaris - Sun Web Server - Weblogic
 
Posts: 85 | Registered: December 20, 2005Report This Post
Expert
posted Hide Post
sweet.
works in IE, as well.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Column-groups/Split-Columns/Sub-Columns

Copyright © 1996-2020 Information Builders