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 have two files File A with 570 records and file B with morethan a 1000 records. In file B I have inactive records and I want to exclude them from the list. I did a left outer join from A to B and I have a where statement filtering the active records only in file B. My result is behaving like I did an inner join. Is there other way to make this work with out creating another hold file? Here is my Code JOIN INNER C6AENB AND C6DCCD AND C6CVNB IN N06 TO UNIQUE SROCON AND SRDCCD AND SRORD# IN WCSRLP00 AS J37 END TABLE FILE N06 PRINT 'C6AENB' 'C6DCCD' 'C6CVNB' 'SRSRL#' 'SRLBNO' WHERE WCSRLP00.WCSRLP00.SRATIV EQ 'A'; ON TABLE PCHOLD FORMAT HTML ENDThis message has been edited. Last edited by: Kerry,
Hi Francis, I'm sorry I paste the wrong code. Here is my code that i'm having problem. JOIN LEFT_OUTER C6AENB AND C6DCCD AND C6CVNB IN N06 TO UNIQUE SROCON AND SRDCCD AND SRORD# IN WCSRLP00 AS J37 END TABLE FILE N06 PRINT 'C6AENB' 'C6DCCD' 'C6CVNB' 'SRSRL#' 'SRLBNO' WHERE WCSRLP00.WCSRLP00.SRATIV EQ 'A'; ON TABLE PCHOLD FORMAT HTML END
I am confused. How can you have an outer join when you only select where a value on the second table has a value? Once you test the second table for a value, you get an inner join. Perhaps you can change your code to '- WHERE WCSRLP00.WCSRLP00.SRATIV EQ 'A' OR WCSRLP00.WCSRLP00.SRATIV IS MISSING;
WF 7.6.11 Oracle WebSphere Windows NT-5.2 x86 32bit