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 working with 2 tables that are related through a left outer join. I am looking for the records in the first table where the join turned up a null value(the records did not exist in the second table). I tried a where is missing, where EQ ‘’, and where EQ ’ ‘ in the second table and every time it came up with 0 records. Does anyone know of another way to get records where the right table has no records?
e.g. Original Table ID C1 C2 1 record-1 data-1 2 record-2 data-2 3 record-3 data-3 4 record-4 data-4 5 record-5 data-5
Joined table ID C1 C2 C3 1 Y record-A other-A 3 N record-C other-C 5 Y record-E other-E
JOIN LEFT_OUTER Original_Table.ID IN Original_Table TO UNIQUE Joined_Table.ID IN Joined_Table TAG J4 as J4 END
I want the report to produce all records in Original_Table that do not exist in Joined_Table. (2,4)This message has been edited. Last edited by: Todd_Wallace,
WebFOCUS 8.1.05 Windows-iSeries DB2, All Outputs HTML