Discussion Board for collaboration related to QlikView App Development.
Hi all,
I would like to start a reload-job via a button in my qvw-document.
The finance-users would like to start the reload on an irregular base.
So it would be easy if they could start it.
How can I do this? I've been searching on the Community, but can't get it working.
Who can help me?
Regards,
Kris
use object button
in action tab use reload
AccessPoint or QV Desktop?
Via Accesspoint.
If you have a Publisher license, make the selected few Document Administrators.
If you don't have a Publisher license, use EDX to send a signal to a Reload job that is configured with a trigger on "an external event".
Peter
We have Publisher but I can't give the users access to the management-Console.
I would like to do it via ADX. But I have no idea how this works.
Regards,
Kris
Try this if you are not using the IE plugin:
Document Administrators do not simply get access to the QMC. They only have access to the first two tabs, and from the list of existings tasks, they can only view and manage their own.document tasks. Perfect for people that only need to start tasks and reload specific documents.
EDX is a simple signaling mechanism to launch existing QDS tasks remotely (i.e. without access to either the QMC or the QDS service). You configure a tasks as being triggered "on an external event". The task will wait for a signal to launch. Various tools , web services and even API calls can sxend this signal and trigger the task to execute the load script.
To find out how it works, you can use the first link in Avinash's post.
Peter
Did you ever find a solution?