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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Not Loading Certain Rows

I have tow tables A and B, A is master table, there are few rows in table B. They both have Product ID field. I do not want to load Product IDs from A that are present in B.

Should I use

Where not exists(ProductID) ?

or any other suggestions.

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Where not exists(ProductID) sounds correct. See this example.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thank you for confirming.