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
SUBTOTAL formatting
 Login/Join
 
Guru
posted
What I'm trying to do is create a report with only SUBTOTALs and where the SUBTOTALs have a light top border and a heavy bottom border.

The problem is when I add the line 'ON TABLE NOTOTAL' to the report the last SUBTOTAL does not show the heavy bottom border.

I'm running WebFOCUS 5.2.6


TABLE FILE CAR
SUM DEALER_COST AS 'Dealer Cost'
BY COUNTRY NOPRINT
BY CAR AS ''

ON COUNTRY SUBTOTAL
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=SUBHEAD, SIZE=10, STYLE=BOLD,$
TYPE=SUBTOTAL, BACKCOLOR=RGB(210 210 210),$
TYPE=SUBTOTAL, BY=1, BORDER-TOP=LIGHT, BORDER-BOTTOM=HEAVY, BORDER-LEFT=OFF, BORDER-RIGHT=OFF,$
ENDSTYLE
END
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Platinum Member
posted Hide Post
Try this.
TABLE FILE CAR
SUM DEALER_COST AS 'Dealer Cost'
BY COUNTRY NOPRINT
BY CAR AS ''
FOOTING
" "

ON COUNTRY SUBTOTAL
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=SUBHEAD, SIZE=10, STYLE=BOLD,$
TYPE=SUBTOTAL, BACKCOLOR=RGB(210 210 210),$
TYPE=SUBTOTAL, BY=1, BORDER-TOP=LIGHT, BORDER-BOTTOM=HEAVY, BORDER-LEFT=OFF, BORDER-RIGHT=OFF,$
TYPE=FOOTING, BORDER-TOP=HEAVY, BORDER-BOTTOM=OFF, BORDER-LEFT=OFF, BORDER-RIGHT=OFF,$
ENDSTYLE
END
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report This Post
Guru
posted Hide Post
Adding the FOOTING worked for the CAR TABLE but for my report it did not work, but it gave me the idea to a SUBFOOT on the field I was grouping by and that worked.

Thanks for the idea Spence.
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders