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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help in simple qlikview script

The script -

TABLE1:
LOAD * INLINE [
    F1, F2
    1, a
    2, b
    3, c
];

LOAD * INLINE [
    F1, F2
    4, d
    4, e
]
WHERE NOT Exists(F1)
;

I know SQL and the syntax for Qlikview's "where" confuses me. In "WHERE NOT Exists(F1)" F1 belongs to which table ?

10 Replies
Not applicable
Author

Is there also a web docs for this, like API ? Anyway, this is how I got there -

Help > Contents or WebView Help > Index tab > Enter search word.