
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Synchronizing or reloading data?
Hello!
Does Qlik Sense Enterprise synchronize or reload data? I mean does scheduled reload get only new data from SQL DB or reload all data from SQL DB?
And what about Desktop version, when I klick reload data?
Regards
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use example that Fernando provides link


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it's depend on your script code.
If you using sql-'select' or qlik-'load' you get reload all data.
And in qlik sense desktop you get all data reload when you click reload data.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vasiliy, how to set up the data update only? I would not want to create an additional load on the database and the server each time overloading any attached table.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arthur
As Vasily told you, you have to create this incremental Load in the Script Editor
See this example, hope help
https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/
Fernando K.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use example that Fernando provides link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Fernando!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot, Vasiliy!
