Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview 11: Send Keys from keyboard

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.

0 Replies