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: 
yelin_nyu
Creator
Creator

exclude records

I have 2 qvds containing 2 lists: main & special. Main includes special and non special list.

I want to look at data in non special.

normally in sql i would do a where statement.

where item not in (select item from special_list_table)

but how do i do this in qlikview?

Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

You can use Where not exists(). Check it out in the F1 help.

Load Special, then load the Main where a key field does not exist in the special table and proceed to drop the special table I guess. Using Keep would be an option as well.

View solution in original post

1 Reply
Anonymous
Not applicable

Hi,

You can use Where not exists(). Check it out in the F1 help.

Load Special, then load the Main where a key field does not exist in the special table and proceed to drop the special table I guess. Using Keep would be an option as well.