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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anjali3
Contributor II
Contributor II

left outer join in tMap and reject few unmacthed records with condition provided

Hi All,

I have two tables with values below , Iam performing left outer join between tables to get all records from left table and matched records from right table. and I have condition provided where I don't want the record 1975 from left table to load into target which is not found in right table. How do I handle this scenario in tmap?

 

Table1                          Table2                                 Output

------------                     -----------                                -------------

2000                             2000                                     2000

1975                             1856                                    1856

1856                                                                         2010

2010                                                                         2020

2020

 

Thanks,

Anjlai

Labels (2)
4 Replies
TRF
Champion II
Champion II

Why don't you use a tFilterRow before the tMap to eliminate this row?
Anjali3
Contributor II
Contributor II
Author

Hi ,

 

Thanks for your reply. To eliminate two files are involved. So I cant use tfilterrow.

 

Thanks , Anjlai

manodwhb
Champion II
Champion II

@Anjali,please find the below way.

 

0683p000009Lzdy.png0683p000009Lze3.png

Ganshyam
Creator II
Creator II

Hello...

Apply filter on tmap as your output is based on fixed filter value

row1.table1 != 1975 

 

Regards