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

Is there a way to pass parameters to reload command line /r

Hi guys,

Is there any way to pass a list of parameters to be read by a specific model throw reload (qv.exe /r) command line?

Note: I am not talking about leting the model retrieving a list of parameters from Excel, CSV, etc..

Is it possible at all running several instances of the same model at the same time?

Thanks in advance,

Aldo.

2 Replies
Not applicable
Author

Hi Aldo,

maybe if you can elaborate what do you mean under running several instances of the same model at the same time? In which scenario? Which QV client should access to the model(s)?

If you want to restrict access to data in the way that different users have different data access, it can be done by adding access and application sections within the document. Access section can contain values of particular fields that specific user should see.  If you have publisher included in the configuration, with loop and reduce feature you can even create different documents for each value in restricted field, with removed all the data that is not associated to the field value from the document. In this case all documents are using the same data model.

regards

magavi_framsteg
Partner - Creator III
Partner - Creator III

You can use something like this:

qv.exe /r /vMY_VARIABLE=MY_VARIABLE_VALUE

Notice that there should be no space after /v

This is covered in the QV Desktop manual.