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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
khadeer
Specialist
Specialist

Incremental load without timestamp

Hi,

Is it possible to do incremental load without using timestamp

Thanks in advance

3 Replies
rbecher
MVP
MVP

Hi,

of course! It depends on the information you have to determine new or changed records.

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
rbecher
MVP
MVP

This is not a QlikView related question.

You should ask yourself "How can I determine the new or changed records in my database (or files) to load the delta into my QlikView app?"

In one situation there is a flag on the record if it's new or changed. In other situation it is a timestamp. In third situation it is a higher ID value than already loaded. Just to give a few examples.

So, at the end it depends on your situation what you want to accomplish.

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
khadeer
Specialist
Specialist
Author

Thank u