Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

User selectable refresh of certain qvs files?

Is it possible to create some sort of input box that allows users to pick wich qvs file they want to reload?

The purpose is for both develpoment (i.e. i may just want to re-run a tiny subset and don't want to continue to change my qvs files) and in the customers case they may end up in a situation where they know there orders need to be updated but not their invoices. In this case they can choose to refresh just the orders instead of waiting for an entire refresh?

I feel like you should be able to have an IF statement around the include in a main qvs file that checks the users input table. If the user has selected the particular sub qvs files then they will run, otherwise, they will be skipped.

Thanks in advance,

Dan

1 Reply
fernandotoledo
Partner - Specialist
Partner - Specialist

It´s possible using "if" statements as you said. But you also have to use partial reload or all the data will be reloaded.

But I think you should plan your application to be ready for your user when he opens it. The server should carry on your reload processes without the need for user handling.

best regards

Fernando