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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Go to the next tab automatically

Hello,Good Morning,

I'm doing an Application that has 3 dashboards in three(3) different tabs that's visible for many people.

How could I go to the next tab automatically?

For example: Dashboard1 after 40 seconds go to the Dashboard2 after 40 seconds go to the Dashboard3 and do this cicle constantly.

Someone could help me?

Tks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here: SlideShow.qvw


talk is cheap, supply exceeds demand

View solution in original post

5 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here: SlideShow.qvw


talk is cheap, supply exceeds demand
MK_QSL
MVP
MVP

Considering you have three tabs and want to show each tab for 20 seconds, use below codes

Go to Sheet Properties of each Tab and Use Conditional Show Sheet

For 1st Tab

=RIGHT(NOW(),2)<=20

For 2nd Tab

=RIGHT(NOW(),2)>20 and RIGHT(NOW(),2) <= 40

For 3rd Tab

=RIGHT(NOW(),2) > 40 and RIGHT(NOW(),2) <= 60

Anonymous
Not applicable
Author

Thanks a lot. It works

Anonymous
Not applicable
Author

Thanks a lot. It works

Anonymous
Not applicable
Author

Gysbert, I want to put more time, for example 1 minute to go to the next tab.

How Could I do that?

Tks.