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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mmainiero
Contributor II
Contributor II

Variable Handover -> Qlikview Distribution

Hello all,

I have an Datamodel with two different qvds as source.

Now I want to start this Datamodel in a reload task.

Let vVariable = '_day';

Let vVariable = '_week';                         // can I handover this Variable in the Management center?

Script:

Load *

From

..\test_$(vVariable).qvd

Thanks in advance.

Markus

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

QMC: Reload Task->Reload->Script Parameters->Parameter name & Parameter value

Best,

Peter

View solution in original post

4 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

From where do you want to pass the value of this variable to your load script? If it's simply a matter of setting the value of vVariable from the outside, you can do this if your server license includes a Publisher.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

You can also set variable values on the command line if you start a QV reload with a batch file for example.

mmainiero
Contributor II
Contributor II
Author

I own a Publisher licence.

Can you tell me where I can configure this variable.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

QMC: Reload Task->Reload->Script Parameters->Parameter name & Parameter value

Best,

Peter