Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
priyarane
Specialist
Specialist

Reload New Data Only

Hi Community,

Can some one suggest is there any way to load only current month data only with old data.

For Ex:

I have 2 months of data

1. Dec

2. Nov

For total month Dec will update and Nov never update again. But when we go for refresh Dashboards are required to reload both.

So Here  I am looking like Dashboard has to refresh but pick only Dec and not for Nov but Nov data should be available.

Is there any way we can do. Pls suggest.

- Priya

11 Replies
giakoum
Partner - Master II
Partner - Master II

it is called incremental load. You save now in a qvd and only load dec based on some unique key or last_updated date usually using the exists function. Lots of posts in the forum. Try searching for incremental load.

giakoum
Partner - Master II
Partner - Master II

vikasmahajan

Addition : Please refer this link to implement a incremental load

https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
priyarane
Specialist
Specialist
Author

I am not looking for extract the data, I am looking for Dashboard.

priyarane
Specialist
Specialist
Author

I am not looking for extract the data, I am looking for Dashboard.

giakoum
Partner - Master II
Partner - Master II

You need to elaborate a little, I don't understand what you need.

priyarane
Specialist
Specialist
Author

For extracting data from Database/ Source we can use Incremental load but incase of Dashboard we have to load full data. but my case there are 2 months and only one month will be update always in that case load one month(for ex: dec only not for nov), but dashboard should show nov also.

jonathandienst
Partner - Champion III
Partner - Champion III

If the extract is well structured for your requirements, then you can load millions of rows in only a few seconds using optimised loads from qvd files. The immutable history for November should be in stored in a different QVD to December, and as November should require no calculations, you can load November very quickly - why is that a problem?

You can use partial loads, but IMHO that is a poor solution for your problem.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
priyarane
Specialist
Specialist
Author

In real, we have 13 months of data, but only current month only have updated data so we wanted to avoid 12 months of data to be load every time.