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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz1
Creator III
Creator III

?

.

Labels (1)
3 Replies
avinashelite
MVP
MVP

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
MVP
MVP

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