Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a application which is having dependency on multiple tables. Every week we need to load the data into application, but data will be delayed some times for few tables. User requested us to load the data which is available and remaining can be done once the data is received.
Is there any way to load the data to application, only those remaining tables when ever delay is happened??
I see two ways of achieving this:
1. do a partial reload (https://community.qlik.com/t5/New-to-Qlik-Sense/Partial-Reload-Sense-Desktop-Extension/m-p/1028398)
2. as part of your script save the tables to QVD and, with an if statement, skip the refresh of the tables you don't have new data for. Then load the data from the QVDs