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     [SOLVED] Totals of column without showing column values at detail level

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Totals of column without showing column values at detail level
 Login/Join
 
Member
posted
I have a report for which in addition to totaling units, sales dollars, etc. I wish to show a count in the subtotal and grand total lines for how many lines make up each grouping. I have created a DEFINE variable equal to 1 and include it as part of my detail level output so that when a subtotal occurs, it indicates the count for that section. However, I don't really like all the 1's showing on each line and am wondering if anyone knows a way to suppress the printing of the line-level values but still show the total. I know (believe) I need a column in the output for the define field and that's fine - I don't care if it takes up some horizontal space on the report even if no value shows at the line level, just shows in that column at the subtotal and grand total level. I know I can use a SUBFOOT and show the value but I really would like the value to appear on the same line as other totals. Thanks for any suggestions!

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


WebFOCUS 8
Windows, All Outputs
 
Posts: 2 | Registered: August 05, 2015Report This Post
Virtuoso
posted Hide Post
A multi verb report should answer your need:
TABLE FILE CAR
SUM CNT.MODEL AS 'NB CAR,PER COUNTRY'
BY COUNTRY
SUM CNT.MODEL AS 'NB MODEL,PER CAR'
BY COUNTRY
BY CAR
END


So you need to SUM your counter in the first part then add the rest of your displayable fields in the other.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Member
posted Hide Post
Thanks! I was not aware of multi verb.


WebFOCUS 8
Windows, All Outputs
 
Posts: 2 | Registered: August 05, 2015Report 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     [SOLVED] Totals of column without showing column values at detail level

Copyright © 1996-2020 Information Builders