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.
Can one create alternate hierarchies in the metadata? And if so, is there a restriction on the number of the hierarchies?This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 7.6 Windows, All Outputs
Posts: 2 | Location: Cape Town, South Africa | Registered: June 11, 2013
You may find some information about it in the Decribing Data With WebFOCUS Language 7.6 manual (DN: 4500806.1209).
"Describing an FML Hierarchy" and "Defining a Dimension: WITHIN" topics make reference to creating hierarchies and OLAP dimensions. You'll find them under the "4. Describing an Individual Field" section.
Am I understanding correctly that to report off an RDBMS (not FOCUS tables with their powerful hierarchies), if one were to OLAP enable the report via the metadata, there would be only one hieracrchy able to be defined in each master file. So for alternate hierarchies on a single dimension, one would need multiple master files?
WebFOCUS 7.6 Windows, All Outputs
Posts: 2 | Location: Cape Town, South Africa | Registered: June 11, 2013
The reports displayed using OLAP should have all the data available to the report regardless of the structure of the source files used to create the report.
Anyone: Correct me if this is incorrect.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Laurianne, please refer to the documentation I pointed out above. It gives you information as to how to declare OLAP dimensions within the master.
You can have multiple dimensions, each with multiple elements. The total number of "elements" is 500 within a master, but hte documentation does not specify what the maximum number of dimensions is.
Perhaps you can play with it yourself. Try defining a few dimensions in your master and see how the OLAP tool behaves.
As per documentation, multiple dimensions in a master as combined in a "multi-dimensional matrix" by OLAP with all possible value intersections among all of the elements, which may or may not impact the way your users need to interact with the report.