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 am trying to combine two synonyms into one new synonym. Is it possible to create a synonym made up of two or more synonyms but have it look like one table?
Here is a more detailed view of what I'm trying to achieve:
I have a sales fact (Fact Table A) table that is used as the head of a larger synonym (synonym with various dimensions joined to that fact table), but I want to add an additional fact table to it. What I have attempted is to take Fact Table A and join it to Fact Table B and save that as a new synonym (Joined_Facts_AB). I then want to put Joined_Facts_AB at the top of my large synonym one fact table. But, Joined_Facts_AB synonym looks like Fact Table A and segment 1 and Fact Table B as a child of A. Is there a way to make Joined_Facts_AB look like one table instead of multiple segments?This message has been edited. Last edited by: Scott Matson,
When two tables are joined together, there will always be a parent-child relationship and FOCUS will always show that relationship in terms of segments. If table B is joined to table A as a separate segment - as are the dimension tables, why is that a problem?
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
If you really need to have a clustered master look as one table, after you have built your clustered master, in its hierarchy form, use it to create a business view with a single segment.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
We are going about this a different direction. This was more of a brainstorming question. Ulimately, we are trying to create a multi-fact synonym where two fact tables share common dimension tables.