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     [CLOSED] Subtotal bottom border indented

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Subtotal bottom border indented
 Login/Join
 
Member
posted
Hello all,

I'm trying to add a subtotal on the second column (CAR), and with a top border and a bottom border, please see the code below. However, the bottom border starts at the second column instead of the first column, while the top border looks fine. Is there any way to make the bottom border behave as the top border?

I'm on version 7.7.03

Thank you in advance,
Jenny


TABLE FILE CAR
PRINT
DEALER_COST
RETAIL_COST
BY COUNTRY
BY CAR
BY BODYTYPE
ON CAR SUBTOTAL AS 'Total'
HEADING

ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.5000000,
TOPMARGIN=0.5000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='TIMES',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=SUBTOTAL,
FONT='ARIAL',
COLOR='BLACK',
SIZE=9,
border-top=light,
border-top-color=rgb(66 70 73),
border-bottom=light,
border-bottom-color=rgb(66 70 73),
BACKCOLOR=RGB(226 231 235),
STYLE=-BOLD,
$
ENDSTYLE

END

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 21 | Registered: October 16, 2012Report This Post
<Kathryn Henning>
posted
Hi JennyY,

Since this looks like it's going to require some research into why the bottom border isn't displaying correctly, I'd like to recommend opening a case on InfoResponse Online.

Regards,

Kathryn
 
Report This Post
Expert
posted Hide Post
This odd behaviour appears to be designed: change the SUBTOTAL to COUNTRY - the border is on all columns; change it to BODYTYPE - the border starts on the third column.

SET BYDISPLAY=ON

Fixes the border problem, but obviously alters the report...


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     [CLOSED] Subtotal bottom border indented

Copyright © 1996-2020 Information Builders