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: 
veldetta
Contributor III
Contributor III

Look up data with multiple values

I have 2 tables.  1 table has multiple values in 1 column seperated by a ';' (semi-colon).  I need to match/look up another table that has one of the values.

Table 1:

ID
AAAA;BBBB;CCCC
DDDD
EEEE
FFFF;HHHH
IIII

Table 2:

ID
AAAA
BBBB
CCCC
DDDD
FFFF
GGGG
HHHH

Desired Result:

  

IDMatchMatching Field
AAAAYesAAAA;BBBB;CCCC
BBBBYesAAAA;BBBB;CCCC
CCCCYes
AAAA;BBBB;CCCC
DDDDYesDDDD
FFFFYesFFFF;HHHH
GGGGNo
HHHHYesFFFF;HHHH

How would i go about getting the desired result?

10 Replies
veldetta
Contributor III
Contributor III
Author

Thank you all for your responses.