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: 
3 Replies
avinashelite

try like this

TableA:

LOAD AssetTag,

Type

from

where Type='Windows 2003';


TableB:

LOAD *

where Exists(AssetTag,name);


TableC:

LOAD

*

where Exists(name,nameS);



hope this gives you the desired results

xyz1
Creator III
Creator III
Author

.

avinashelite

did not get you ..could you explain with an example ? so that I could write the logic accordingly