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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Miya2
Contributor
Contributor

How to compare a column against a select query in tmap

Hi,

Need some help with the below problem.

I need to check if a column values exists in a different column from different table .

 

Example : Check If A.ID IN (Select B.ID from B).

Can this be done in a Tmap . If yes , can some one please help how it could be done.

 

Thanks.

Labels (1)
  • v7.x

1 Reply
TRF
Champion II
Champion II

This is a common usage for tMap.

0683p000009M7r4.png

Drag and drop id from table A to table B and set Join model as "Inner Join".

On the right side, add 2 output flows, 1rst to get ids from table A existing in table B and the other for ids not found in table B (set Catch lookup inner join reject to true for this output flow).