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: 
Agrobhush00
Contributor
Contributor

Lookup for similar value

Hello Experts,

I have two Tables say A and B.

Table A
PartnerName PartnerID
Virat 3517
Rohit 3084
Dhawan 3156
Rahul 5232
Mahender 2502
Rishabh 4782
Ishan 2940
Pandya Brothers 2832
Bumrah 3626
Chahal 4267
Bhuvneshwar 4567

 

Table B
PartnerName LeadType
Virat B
Rohit C
Dhawan A
Rahul B
Mahender C
Rishabh A
Ishan B
Pandya Brothers C
Bumrah A
Chahal B
Bhuvneshwar C

 

When I select row from Table A let's say Rahul. Then the table B must show only the matching result Rahul in Table B

Action : Selected one Row from Table A

Agrobhush00_0-1667301454644.png

Result of Rahul in Table B

Agrobhush00_2-1667301641401.png

Is it possible using apply map or lookup function, Thanks for the solution.

                      

 

Labels (1)
2 Replies
vinieme12
Champion III
Champion III

watch this video on how Qlik associated engine works

 

https://www.youtube.com/watch?v=DuULZtyjrqU

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
BrunPierre
Partner - Master II
Partner - Master II

If there's a field with the same name in two tables, Qlik makes an association and performs the joins when a selection is made.

When the script is executed in your case, the two logical tables created are associated with one another based on the PartnerName field.

BrunPierre_0-1667371662034.png

As a result, when a selection is made they will perform a linkage as shown.

BrunPierre_1-1667371916961.png