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] Active reports filtering and totaling

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Active reports filtering and totaling
 Login/Join
 
Silver Member
posted
Is it possible to have a total line appear when filtering in an active report? I know you can use the calculate sum feature for each field but that is a bit cumbersome.

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


WebFOCUS 7.7.03M
OS/400 and the client is Win7
 
Posts: 37 | Registered: October 21, 2009Report This Post
Master
posted Hide Post
Hi - I checked with our product team and was able to get the following response so let me know if this helps you.

If you do not want the users to have to apply the calculations manually at run-time, you can set it in the procedure as the example below.

The following simple example will always display the calculation results at the bottom for DOLLARS & UNITS fields. When the user applies the filter to the report, both the total and filtered total will continue to display at the bottom of those columns.

  
TABLE FILE GGSALES
SUM DOLLARS UNITS
BY REGION
BY ST
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=REPORT, COLUMN=N3, CALCULATION=SUM, $ --- specify column and calculation type
TYPE=REPORT, COLUMN=N4, CALCULATION=AVE, $
TYPE=REPORT, CALC-LOCATION=BOTTOM, $ --- specify where the calculation result is displayed
ENDSTYLE
END
  


You can also use Grid Tool menu option at run-time (if it is available) to add calculations to each column before they apply the filter, so that both the total and filtered total will continue to display in the report when they apply filter.

If this solves your issue please update the subject line with solved or just respond back.

Thanks
Kathleen Butler
Information Builders
 
Posts: 391 | Location: New York | Registered: September 20, 2006Report 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] Active reports filtering and totaling

Copyright © 1996-2020 Information Builders