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     borders for column titles and subtotals and space between

Read-Only Read-Only Topic
Go
Search
Notify
Tools
borders for column titles and subtotals and space between
 Login/Join
 
Platinum Member
posted
I'm having problems using borders for column titles and subtotals. If you put a bottom border on all of the column titles, how can you have a break/space in the border between each column? I just get a continuous line underneath all of the column titles. And the same with subtotals. Here's what I get:

name age
________________
robert 25
lisa 40


What I want to have:

name age
________ _____
robert 25
lisa 40

Thanks for your suggestions.


Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server
 
Posts: 188 | Registered: April 14, 2005Report This Post
Expert
posted Hide Post
HTML? PDF?

The border settings you used should work for PDF, so I will assume the issue is with HTML.


HTML is a cell-based display and the border are applied to the cells, hence the issue.

The only thing I can think of is to create dummy columns between each real column and set the border width for these dummy columns to zero.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Platinum Member
posted Hide Post
The output is pdf and I still don't get any spaces between the columns for the border. I have tried using blank column between all of the real data columns and it works. Not the best solution but at least the end result is right. Let me know if there's a setting for pdf that will create the space between borders.

thanks


Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server
 
Posts: 188 | Registered: April 14, 2005Report This Post
Expert
posted Hide Post
If you don't use borders, you get underlined text for column titles:
SET BYDISPLAY=ON
TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
HEADING
" "
ON TABLE SET PAGE NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLESHEET *
TYPE=REPORT, GRID=OFF,
FONT='ARIAL', SIZE=8, $
ENDSTYLE
END

If you use borders, you get borders around the whole "cell":
SET BYDISPLAY=ON
TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
HEADING
" "
ON TABLE SET PAGE NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLESHEET *
TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, $
TYPE=TITLE, BORDER=LIGHT, $
ENDSTYLE
END


I don't know how to change this behaviour.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report 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     borders for column titles and subtotals and space between

Copyright © 1996-2020 Information Builders