Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Can any body tell me What is the alternate for 'Not in' in QlikView?
Hi,
I'd use
Table:
LOAD *
FROM File.qvd (qvd)
WHERE Match(ID, 'A', 'B', 'C') = 0; // load records where ID is not A, B nor C
Hope that helps.
BI Consultant
Hi,
I'd use
Table:
LOAD *
FROM File.qvd (qvd)
WHERE Match(ID, 'A', 'B', 'C') = 0; // load records where ID is not A, B nor C
Hope that helps.
BI Consultant
Hello Miguel,
Thanks for giving right answer. Its really working for me.
thanks for the information