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.
What I'm trying to do is create a recursive selection criteria in OLAP. I have a report with Resource Manager as one of the dimensions. The problem is, the business unit wants the Resource Manager selection to be recursive - that is, if you select my boss for Resource Manager selection criteria, then I would show up in the report. If you select my boss's boss, you get my boss and myself.
I already have a procedure that does the recursive query that I used for another report that does not use OLAP. The report takes Resource Manager as selection criteria and the procedure runs the recursive query to build the WHERE clause.
Is there a way you can attach a procedure to the OLAP selection criteria or something?
This is for an OLAP report. The OLAP tab contains the dimensions that you can then use as filter for the report. Unfortunately, it is limited to the values for the field. When you select the value (or values) and click Run, the report shows only those values that meet the filter criteria.
I want that selection field on the OLAP tab to do recursive filtering.