Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Implement full outer join using tJoin?

Hi,

I am trying to implement full outer join using t Join but didn't got expected result,

Thanks

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Could you please have a look at this KB article about:https://community.talend.com/t5/Architecture-Best-Practices-and/How-to-do-a-full-outer-join-in-a-Tal... to see if it helps?

Best regards

Sabrina

View solution in original post

12 Replies
Anonymous
Not applicable
Author

Hello,

Could you please have a look at this KB article about:https://community.talend.com/t5/Architecture-Best-Practices-and/How-to-do-a-full-outer-join-in-a-Tal... to see if it helps?

Best regards

Sabrina

fdenis
Master
Master

you can do it if you did not set link and set return All Match
Anonymous
Not applicable
Author

I am new to this tool, could you please elaborate the steps to be followed.
manodwhb
Champion II
Champion II

Anonymous
Not applicable
Author

@manodwhb : i have gone through it, i want a solution using tJoin, in the given solution they used tMap.
manodwhb
Champion II
Champion II

@k_pujari,you have two tMaps right ,instead of tMap's place the tJoin's with left outer join will work the same flow.

manodwhb
Champion II
Champion II

@k_pujari,please accept the solution,which one is helped you. 

fdenis
Master
Master

use tmap in place of tJoin.
fdenis
Master
Master

if you want to use tJoin add an id (all Id=1) to all your tables.
then match on this id 1=1 so you are going to build a full match