Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlikview gurus
I have a qvw that runs from schedule on QMC. It reloads data from an external source to update an table object in the qvw. Then it does a REST call to NPrinting to reload metadata and kick off a report task.
Problem is that the report that is generated is always out of date, as if the update done on the qvw is not saved before the REST calls are made.
Any idea of how to save the update in the qvw before making the REST calls? Other than using two qvw's with dependencies?
Hi there!
I don't think there is a way to save the QVW before the end of the script execution, hence your best bet would be to use two QVW apps and trigger the REST call from the second app.
Cheers,