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

Incremental load

I want to apply incremental load to an existing QVD file.

The data to be downloaded is from my ERP Navision.

When i use the following expression in Excel, it works fine.

LET vIncrementalExpression = 'WHERE ModDate >=' & peek('maxdate');

But when i try to use this as part of SQL select statement, i get syntax error.

Can anyone help me please.

2 Replies
Not applicable
Author

Hi Kartik.

Can u check the datetime format required by SQL. After getting maxdate using peek, it will be required to format in same way as required in SQL.

Not applicable
Author

Ashish,

Actually i tried entry number (unique number) also.

Even that is not working.