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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

diff b/w where n exists

diff b/w where n exist

Labels (1)
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;