Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

EDX Trigger in QV 11

In QV 10, I create a EDX trigger to perform manual reload action. So that users can press the button in the access portal and reload the dashboard.

However, it doesn't work in QV 11 because QV 11 is no longer support HTTP POST.

So, I have to change to use QMS API and some API exe files from the community.

However, I found that I don't know how can the qvw files call those exe files.

Anyone can help??

3 Replies
luciancotea
Specialist
Specialist

Add the following macro and give "System Access":

sub RunMe(Cmd)

 

   Dim sh: Set sh = CreateObject("WScript.Shell")

   Dim wsx: Set wsx = Sh.Exec(cmd)

end sub

Not applicable
Author

Thx, but the command doesn't work through access point.

How can I activiate the command through access point?

It only allow to trigger in the qlikview client.

luciancotea
Specialist
Specialist

Of course you cannot run exe files through access point. That would be a serious security problem.