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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Screen Show

Why can't i get this to work in the Qlikview module? The screen dosn't refresh at the 'sleep 9000'!

SUB ScreenShow

ActiveDocument.Fields("Authority Region").Select "*T"

ActiveDocument.GetApplication.Sleep 9000

ActiveDocument.Fields("Authority Region").Select "*SYD*"

End sub

Please help.

//Rasmus

Labels (1)
1 Reply
Not applicable
Author

Try using :

ActiveDocument.GetApplication.WaitForIdle

followed by a timeout afterwards

Regards