Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is there any possibility to reload other *.qvws within a script?
Hi Yuriy,
Directly we cannot reload one QVW from another. Do like this, add the first QVW as a binary load to the second QVW file, then using QMC schedule the first QVW and the create a dependence task for the second QVW.
Hope this helps you.
Hi Yuriy,
You should use QMC for this.
You can export your script to a qvs file. and import your exported script. Go to the script editor to achieve this
Hi Patrick.
I can do it only manually, right. But what about reload other qvw, during running current qvw?
Hi Yuriy,
Maybe I miss something. Indeed you have to export the script initially and make an include line in your script woth a reference to your exported script file.
If you want to clone data you can make a reference to your other QlikView file via a binary load.
Hi Yuriy,
Directly we cannot reload one QVW from another. Do like this, add the first QVW as a binary load to the second QVW file, then using QMC schedule the first QVW and the create a dependence task for the second QVW.
Hope this helps you.
Avinash Right.If you want to reload the qvw's we have to go the QMC where you can set the various options like dependents like on successfull,failure...
In this way you can reload more qvws and that very easy than to go the script level complexity.
Regards,
Ajay