Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Set objShell = CreateObject("Wscript.Shell") Set Qv = CreateObject("QlikTech.QlikView")
Qv.OpenDoc "C:\Program Files\QlikView\Examples\Documents\Executive Dashboard.qvw"
set QvDoc = Qv.ActiveDocument
Wscript.Sleep 1000
objShell.AppActivate QvDoc.GetApplication.GetProcessId
objShell.SendKeys "^+s"
As you can see i am trying to sendKeys ( Ctrl + Shift + s) to Show all sheets and objects in Qlikview. But it is not working. Instead if I send some other keys like "^s"(Ctlr + S) then it works fine.