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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

diff b/w where n exists

diff b/w where n exist

1 Reply
Not applicable
Author

see link

Where Exists
Not exists

Exits check the Existence of data in a field.

Where use for certain condition.

both are used simulteniously

like where Exits(fieldname)

example-

load

a,b

from table where a=5;