J. Schei
J. Schei

Reputation: 347

Create QlikView task through command line

I want to be able to create a task for qvw files with a command (cmd, powershell, etc), just as you would through the QlikView Management Console. We would like to be able to automate some of the task creation remotely which would require this functionality.

I know that there are arguments that can be passed through the qv.exe to reload the document, but I want to actually create a task through a command line. Is this possible?

Upvotes: 0

Views: 1285

Answers (1)

Stefan Stoychev
Stefan Stoychev

Reputation: 5012

Don't think that this is possible out of the box. You can control QV server through QlikView Management Services API. But for this reason you need to build a .net command line app that will do whatever you want.

If you are interested follow this link for more info.

Upvotes: 2

Related Questions