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.
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
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
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