Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
Luminary Alumni
Luminary Alumni

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
Luminary Alumni
Luminary Alumni

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
Luminary Alumni
Luminary Alumni

They work if you're using IE Plugin