Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In QMC, we can change the reload schedule flag for a document.
Is it possible to do this action with a windows command line ?
We have one document for the control of our call center and this document must be reload continously but only during the open hours.
During the closed hours, the information is always the same and it's not necessary to reload.
So i'm serching to enable and disable the reload by a command line without any manual action in the QMC.
You can use
The QlikView command line invocation can be described by the following syntax
[ path ]Qv.exe[ { switch } documentfile ]
and also you can write batch script to trigger that on condition.
But if it's always advisable to schedule reload in publisher if not in server.
you can set a trigger that will have it run on specific days, and only between XX:XX - XX:XX ....
You can use
The QlikView command line invocation can be described by the following syntax
[ path ]Qv.exe[ { switch } documentfile ]
and also you can write batch script to trigger that on condition.
But if it's always advisable to schedule reload in publisher if not in server.