Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partial Reload in QMC

Hello,

I have an application which contains a variable defined in an external qvs file. This variable is used for partial reload of the application.

vAppFilter= 'App1', 'App2', 'App3',;

In the QMC i want 2 jobs.

Job1:

vAppFilter ='App1'

Job2:

vAppFilter='App2','App3'

My Question1: In the script parameter name i specify the same variable name, and in the parameter value, i specify the different values?

My Question 2: Is it possible to pass a variable in the application through the QMC which defines the partial load values?

Thanks a lot in advance!!

Regards

Labels (1)
1 Reply
Not applicable
Author

Were you ever able to find a solution on this?