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] Setting a filter using expression

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Setting a filter using expression
 Login/Join
 
Member
posted
I am working in Info Assist and want to create a filter condition using the expression section of the Filter by Filtering on a measure that is set to count a measure.
For example I want the report to show only the instances where the count of a Price is greater than 1. I tried the following but keep getting a syntax error.
In my query pane under sum I have Raw Mat Price set as a Count.
Now in my filter I want to take that count and filter on counts greater then 1.

Thank You
Susan Barker

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
 
Posts: 3 | Registered: June 15, 2017Report This Post
Virtuoso
posted Hide Post
Try by creating your "measure that is set to count a measure" as a COMPUTEd field then you should be able to add it in a filter TOTAL condition.

To be able to filter on a "count" it has to first exist in the internal matrix.
Having

TABLE FILE CAR
 SUM CNT.MODEL
BY COUNTRY
BY CAR
END

Does not make the CNT.MODEL available to filter.

But

TABLE FILE CAR
 SUM COMPUTE Nb_Model/D5 = CNT.MODEL;
BY COUNTRY
BY CAR
WHERE TOTAL Nb_Model GT 2;
END

does it

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


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
  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] Setting a filter using expression

Copyright © 1996-2020 Information Builders