Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ziabobaz
Creator III
Creator III

stuck with incremental load

Hi,

I am trying to make incremental load from Google Tables.

The source have data for rolling 7 days (each day the earliest DATE is removed and NEW day is added).

I need to load only NEW and UPDATED rows.

I inserted the script from the HELP file (without really knowing what it means..), but the script returns the error:

Screenshot_62.jpg

I somehow need to tell Qlik not to Concatenate those records which were already loaded before.

Any suggestions?

10 Replies
ziabobaz
Creator III
Creator III
Author

WHERE NOT Column2='cpc' AND NOT EXISTS(Date,Column1)

this one worked.