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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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