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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Stylesheet Question
 Login/Join
 
Expert
posted
Why does the DOUBLE under line go away when I use the TYPE=SUBHEAD LINE. And, how can I get the DOUBLE underline under ONLY those three data fields with the use of the "TYPE=SUBHEAD"?

Execute the below code with and without the "TYPE=SUBHEAD" line and (I hope) you'll see what I mean.

SET PAGE-NUM=OFF
DEFINE FILE CAR
SORTX/A1='';
END
TABLE FILE CAR
PRINT CAR UNITS/D12C DEALER_COST RETAIL_COST
WHERE COUNTRY  LE 'JAPAN'
BY SORTX NOPRINT
BY COUNTRY NOPRINT
ON COUNTRY SUBHEAD
"This is a SUBHEAD on COUNTRY"
ON SORTX SUBFOOT
"This is a SUBFOOT on SORTX"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT,LEFTMARGIN=0.25, RIGHTMARGIN=0.25, WRAP=1.75,$
TYPE=REPORT,COLUMN=CAR,BORDER-LEFT=LIGHT,$
TYPE=REPORT,COLUMN=RETAIL_COST,BORDER-RIGHT=LIGHT,$
TYPE=TITLE,BORDER-TOP=LIGHT,$

TYPE=SUBHEAD,BORDER-RIGHT=LIGHT,BORDER-LEFT=LIGHT, COLOR=SILVER,$

TYPE=DATA, COLOR=NAVY,$

TYPE=DATA,COLUMN=RETAIL_COST,STYLE=BOLD, COLOR=RED,
		BORDER-RIGHT=LIGHT,
		BORDER-TOP=LIGHT,
		BORDER-BOTTOM=LIGHT,
		BORDER-BOTTOM-STYLE=DOUBLE,
		WHEN = CAR EQ 'TRIUMPH',$

TYPE=DATA,COLUMN=DEALER_COST,STYLE=BOLD, COLOR=GREEN,
		BORDER-TOP=LIGHT,
		BORDER-BOTTOM=LIGHT,
		BORDER-BOTTOM-STYLE=DOUBLE,
		WHEN = CAR EQ 'TRIUMPH',$

TYPE=DATA,COLUMN=UNITS,STYLE=BOLD, COLOR=BLUE,
		BORDER-TOP=LIGHT,
		BORDER-BOTTOM=LIGHT,
		BORDER-BOTTOM-STYLE=DOUBLE,
		WHEN = CAR EQ 'TRIUMPH',$

TYPE=SUBFOOT,BORDER-RIGHT=LIGHT,BORDER-LEFT=LIGHT,BORDER-BOTTOM=LIGHT, COLOR=SILVER,$

ENDSTYLE
END


Thanks, Doug
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Gold member
posted Hide Post
What version of Webfocus?


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report This Post
Expert
posted Hide Post
OMG You got me on that one... I love that question... Anyway: 769 hf3




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders