Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
QMC: Reload Task->Reload->Script Parameters->Parameter name & Parameter value
Best,
Peter
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.
You can also set variable values on the command line if you start a QV reload with a batch file for example.
I own a Publisher licence.
Can you tell me where I can configure this variable.
QMC: Reload Task->Reload->Script Parameters->Parameter name & Parameter value
Best,
Peter