Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajeshhyd
Contributor III
Contributor III

Updating Qlikview dashboard with previous month data

Hi All,

 

we have taken the dashboard backup for Aug-2021 in september and now business identified issues with data in the dashboard showing wrong numbers. how can we reload the august data in the backup dashboard now.

can you help me with this query.

 

Thanks

Rajesh

Labels (1)
1 Reply
Vegar
MVP
MVP

Howto and if it is possible to reload the August data into your application depends a lot on your data sources? Does the data sources keep the history data so it is possible to recreate a identical data set two months later?

If it is possible, then you would most likely need to use or edit your WHERE clause when loading your application. Maybe You have a created date in your source data that you can use? 

LOAD Fields FROM Source WHERE [Creation date] < '2021-09-01';

 

An alternative solution could be to use the qvw it self as a source using BINARY Load .