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

Incremental Load

Hi,

I am trying to write an incremental load statement however my where clause is failing me. Could you kindly guide me on what I might be doing wrong:

Data_2014Q3update:

LOAD * FROM

(qvd);

SQL Select *

FROM 'Data_2014Q3update'

WHERE [Vendor Name] <> 'ABC, INC'

AND Year <> 2013;

Thank you!

Labels (1)
11 Replies
Not applicable
Author

Massimo,

I am using QVD (QlikView Db).

Both options did not work for me!

maxgro
MVP
MVP

the script in bold isn't an extraction from a qvd

// this is from qvd

Data_2014Q3update:

LOAD * FROM

(qvd);

// this from a db

SQL Select *

FROM 'Data_2014Q3update'

WHERE [Vendor Name] <> 'ABC, INC'

AND Year <> 2013;