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.
I'm loading some ratio type measures, from a table that contains discrete facts for the numerator and denominator.
The situation is that the denominator fact has values for all dimension combinations and the numerator fact has values for some combinations.
PMF loads zeros for combinations where there are no numerator values, which is accurate as far as math is concerned (zero divided by something is zero). I end up with measure by dimension breakout that is full of zeros. These are weighted against the 'real' values, for a high level average that is lower than it should be from a requirements perspective. 0, 3, 0 averages to 1, but I'd like to average to 3.
I wonder if there is a way to filter away these zero values instead of loading them, or suppress them somehow in the system?
Cheers,
JoeyThis message has been edited. Last edited by: Moogle,
-WebFOCUS 8.2.01 on Windows
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005
If you don't want these at all in the system, you can filter them out at the Measure load. Just click on the Filters tab on the Measure Load Panel and add the appropriate filter. You can ither use the drop downs or hand code the filter. Either way, it would be something like this:
Thank you for your reply. I don't think I was clear on what I wanted, because filtering for NE 0.0 works at the fact level, not at the measure level where I am seeing the zeros. However, I did find a solution, and it was obvious in retrospect:
I filtered away non-valid dimensions.
So, if my data looked like this:
AB 100 ON 0 MB 50
I put a measure load filter saying WHERE PROVINCE_CODE NE 'ON' and then the report looked like this:
AB 100 MB 50
Works well.
Cheers,
Joey
-WebFOCUS 8.2.01 on Windows
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005