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] Excludes on Table Summarize

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Excludes on Table Summarize
 Login/Join
 
Platinum Member
posted
Does anyone know if it is possible to display an item on a by field but exclude one of the records in the "ON TABLE SUMMARIZE" Rollup section.

Basically I have Division 1-5 in the Division By field. I want to exclude Division 2 out of the Table Rollup (Summarize section). Any assistance on this would be much appreciated.

Thanks!

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


WebFocus 7.7.02 WinXP
 
Posts: 236 | Registered: May 12, 2006Report This Post
Virtuoso
posted Hide Post
You should be able to apply a WHEN statement to your SUMMARIZE:

ON TABLE SUMMARIZE .....
 WHEN DIVISION NE '2';


EDIT: On second thought, WHEN may only work with ON byfield SUMMARIZE.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
I would use Macgyver.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
You could use a NOPRINT field to carry only the values you want to summarize (that is, when Division is not 2) and display those on a table SUBFOOT instead.

I know, SUBFOOT is not as "nice" as SUMMARIZE and requires more work to style but it may be worth trying.


DEFINE FILE CAR
CONTINENT/A10    = IF COUNTRY EQ 'JAPAN' THEN 'ASIA' ELSE 'EUROPE';
EUROPE_SALES/D12 = IF CONTINENT EQ 'EUROPE' THEN SALES ELSE 0;
END
TABLE FILE CAR
SUM 
    SALES 
    EUROPE_SALES NOPRINT
BY COUNTRY
BY CAR
ON TABLE SUBFOOT
"Europe Sales:<+0><TOT.EUROPE_SALES"
ON TABLE SET STYLE *
TYPE=TABFOOTING, HEADALIGN=BODY, $
TYPE=TABFOOTING, OBJECT=TEXT, ITEM=1, COLSPAN=2, $
END



I hope you have a clear disclaimer message in your report explaining why the detail values won't add up to the "totals" displayed to avoid any business/audit concerns.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 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] Excludes on Table Summarize

Copyright © 1996-2020 Information Builders