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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

inner join rejects when joined with other tables in tmap talend

Hi,

My Tmap has 3 tables E.g.: Sales,Contract Table, Sales Customer Master. Sales has an inner join with Contract Table and Sales also has a left outer join with Sales Customer Master.

and my Tmap has 2 outputs - one which is the result of the inner join (between Sales and Contract Table) and the second output is the inner join rejects, these inner join reject rows has columns coming as nulls for columns which taken from table  Sales Customer Master. Can this happen i.e. inner join rejects if joined with some other table (left join in my case) can disturb this left outer join?  Also, PFA the screenshot, where the column state,2 columns appears as null which are retrieved from Sales Customer Master and this happens only with the rejects of inner join for the inner join rows, the values appear.

 

Please Help! its quite URGENT.

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@pphilip18,in tMap,can you move DCMasHereAndThere lookup to up,which means first do the leftouter join and then inner join in tmap.your issue will be resloved.

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@pphilip18,in tMap,can you move DCMasHereAndThere lookup to up,which means first do the leftouter join and then inner join in tmap.your issue will be resloved.

Anonymous
Not applicable
Author

Thanks! 0683p000009MACn.png solved my issue