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 on Top?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Subtotal on Top?
 Login/Join
 
Gold member
posted
I have a subfoot with a st.cnt to count the number of rows for a given column.

However, I don't want this to appear at the BOTTOM of the break, but rather the top. So the summary shows first, and then the detail.

Anyone have any idea how I can achieve this?

This message has been edited. Last edited by: Kerry,


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
 
Posts: 80 | Registered: June 25, 2009Report This Post
Guru
posted Hide Post
on sortbreak subhead comes to mind


jimster06
DevStu WF 7.6.11
W7
HTML, PDF, EXL2K
 
Posts: 252 | Location: USA | Registered: April 15, 2003Report This Post
Virtuoso
posted Hide Post
It would have to go in a subhead as jimster suggests, but you would have to calculate the totals using a multiverb request first - otherwise you would just get the value of the first line. Here's an example:
-* File car.fex
TABLE FILE CAR
SUM RCOST NOPRINT
COMPUTE ST_RCOST/D12.2=RCOST; NOPRINT
COMPUTE CT_MODEL/I9=CNT.MODEL; NOPRINT
BY COUNTRY
PRINT CAR MODEL RCOST ST_RCOST NOPRINT
BY COUNTRY NOPRINT
ON COUNTRY SUBHEAD
"Number of Models for Country <COUNTRY =<CT_MODEL  Total Cost:$<ST_RCOST"
END


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report 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 on Top?

Copyright © 1996-2020 Information Builders