Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Nested load resident/from qvd file like nested select statement

Hi All

Instead of a nested select statement such as select * from table 1 where name IN (select title from table2), how can I do that with resident tables or load from qvd files?

I know from a previous posting I can use Match instead of the In but I don't know how to do a nested select statement.

Thanks

1 Reply
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Jack,

QlikView doesn't support nested LOADs. You can use WHERE exists() as a workaround for the IN (SELECT ...) logic. Also, look at the keyword KEEP, it might give you what you are looking for...

best,

Oleg