Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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??
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
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.
Of course you cannot run exe files through access point. That would be a serious security problem.