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.
Msam, There are a lot of documents on the IB website that tell you all the ins and outs of creating cluster joins. Basically, what it does is defining more than one dbms table in your master and access file. So, you start with naming the structure (FILENAME=), follow this with each and every segment (table) description that you need. Then do the same in your access file, specifying for each segment (table) where it is located and how the join is to be performed using the ixfld and keyfld keywords.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
We tried using Cluster Joins to 'build in' the joins to look-up in x-ref tables values decoded columns in a table that were encoded. The objective was to have the synonym make the 'plain text' meanings available to the user. [The user could see, filter on, and test for the code's meaning, not it's numeric value without having to know of the decode table(s) or how to JOIN to them.] Our table had lots of such coded fields, and the technique worked OK until we got to decoding about 27, or so, at which point we reached the limit WF allows. We had to abandon the technique at that point because we couldn't offer the user a table with less than all the coded columns decoded.
WIN/2K running WF 7.6.4 Development via DevStudio 7.6.4, MRE, TextEditor. Data is Oracle, MS-SQL.
Posts: 154 | Location: NY | Registered: October 27, 2005
Look up Cluster Join in the Help section of Dev Studio. Basically just right click on Masters, select 'New' -'Synonym Via Synonym Editor' give it a unique name and then Right Click to bring in other Synonyms for Joining.