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: 
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;