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] Create a filter to display based on a field

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Create a filter to display based on a field
 Login/Join
 
Silver Member
posted
Hi,

I have a pretty simple table I am using with the following fields: Year, Month, Count of Incident, Rate of Incident, Incident_type, and Location.

I am trying to create a Guided report, where the user selects one or both metrics (Rate, Count) and then there are two dimensions (Location, and type), and across is the Year/Month.

I was able to successfully break out my dimensions/metrics. But when I run the report, it comes up to being quite a mess. For example, every column repeats itself (what the incident type is), I was thinking is there anyway to clean it up? For example, can you make the selection at the beginning to only show the incident type of "falls" (one of the possible values in the incident_type field), or select one of the units only and only display those?

My code is as follows:


TABLE FILE FACT_RISKPRO_RATES
PRINT
&METRICS.(AND(,)).METRICS.
&DIMENSIONS.(BY(,)).DIMENSIONS.
ACROSS LOWEST
&XTABS.(ACROSS(,)).XTABS.

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


8.0.0.2
Windows, All Outputs
 
Posts: 41 | Registered: February 27, 2014Report This Post
Virtuoso
posted Hide Post
Add a WHERE clause.

See WF tutorial for Guided Reports:
Guided Reports part 1
Guided Reports part 2


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
Silver Member
posted Hide Post
Hi,

Thank you, the videos were very helpful!


8.0.0.2
Windows, All Outputs
 
Posts: 41 | Registered: February 27, 2014Report 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] Create a filter to display based on a field

Copyright © 1996-2020 Information Builders