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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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

1 Reply
Not applicable
Author

Try using :

ActiveDocument.GetApplication.WaitForIdle

followed by a timeout afterwards

Regards