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.
How can I suppress a FOC1072 DUPLICATES IN JOIN 'FROM' FIELD error message? It is not actually an error that prevents the data from retrieving, but for large data sets it causes the report to fail because of the number of error messages.This message has been edited. Last edited by: <Kathryn Henning>,
Prod/Dev: WebFOCUS 8.0.06 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.06 on Windows 7
Hi, It sounds like you are joining from a "flat" file e.g. a text file. If so, perhaps you should use a different format for the "from" file? e.g. a FOCUS DB?
WebFOCUS 8.2.06 mostly Windows Server
Posts: 195 | Location: Johannesburg, South Africa | Registered: September 13, 2008
JOIN LEFT_OUTER SCANSHOLD2.SCANSHOL.PERIOD_WEEK AND SCANSHOLD2.SCANSHOL.USERNAME AND SCANSHOLD2.SCANSHOL.CONSOLID IN SCANSHOLD2 TO MULTIPLE TEMPHOURS2.TEMPHOUR.PERIOD_WEEK AND TEMPHOURS2.TEMPHOUR.USERNAME AND TEMPHOURS2.TEMPHOUR.CONSOLID IN TEMPHOURS2 TAG J8 AS J8 END
Prod/Dev: WebFOCUS 8.0.06 on Windows Server 2008/Tomcat , WebFOCUS DevStudio 8.0.06 on Windows 7
...use Focus files, with a condition-based join...
Even though I've used the conditional join for relational data sources, it is still ingrained in me that for FOCUS you need an equijoin (plus restriction to only one cross-refrenced field).
Thanks for the bump on the head, that the conditional join is supported for FOCUS.This message has been edited. Last edited by: David Briars,