Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.

Labels (1)
0 Replies