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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add 5 sec delay to activate next sheet

Hi All,

I want to add some time delay(say 5 sec) once we hit button which will activate next sheet?

Regards,

Gaurav

1 Solution

Accepted Solutions
richard_pearce6
Partner - Specialist
Partner - Specialist

You could use a macro......

Set the actions on the button like so:

ActionButton.png

The sleep macro looks like this:

Sub Sleep

ActiveDocument.GetApplication.Sleep 5000

End sub

Enjoy

Richard Pearce

QlikCentral.Com

View solution in original post

3 Replies
richard_pearce6
Partner - Specialist
Partner - Specialist

You could use a macro......

Set the actions on the button like so:

ActionButton.png

The sleep macro looks like this:

Sub Sleep

ActiveDocument.GetApplication.Sleep 5000

End sub

Enjoy

Richard Pearce

QlikCentral.Com

Not applicable
Author

Thanks for the answer.

But macros does not work on server

richard_pearce6
Partner - Specialist
Partner - Specialist

They work if you're using IE Plugin