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

where clause NOT IN load data

hi,

i want to know is there any function equivalent in QLIK SENSE ==>  WHERE IN / WHERE NOT IN .

using data load editor want to modify data input. 

kindly answer for both scenarios.

SQL EXAMPLE1:

SELECT * FROM Customers
WHERE Country IN ('Germany''France''UK');

 

SQL example 2:

SELECT * FROM Customers
WHERE Country NOT IN ('Germany''France''UK');

Labels (1)
2 Replies
ArnadoSandoval
Specialist II
Specialist II

Hi @hariishr 

Please take a look at the Exists function !!!

HTH

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.
Or
MVP
MVP

What you're looking for is the Match(), MixMatch(), and WildMatch() functions. You can also use e.g. NOT Match().