Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

partial reload: Can I decide which table can be partial reloaded.?

HI

I have many tables in qvw. Can I decide which table can be partial reloaded.? For example, I want to partial reload tableA first time, and partail reload tableB 2nd time. Could I do this?

1 Reply
erichshiino
Partner - Master
Partner - Master

Hi,

I created an example for this.

The fields and tables names are probably not the best but you can get the idea. I wrote an if statement go to through replace or regular load.

But basically you have to write the load statement twice.

You can control if you want the reload using variables on the interface... but they could also be controled by the script itself.

I used 'TEST' variables to dinamically change the content. Thus, you could easily see if tables were replaced or not.