Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
alexbjorlig
Creator
Creator

How to loop through sheets in dashboard

Hi Everyone.

Say I wan't to display a Qlikview on a big display. I need some form om method to loop through the sheets.

Is this possible?

2 Replies
Gysbert_Wassenaar

Perhaps this works for you: https://community.qlik.com/docs/DOC-5974


talk is cheap, supply exceeds demand
alexbjorlig
Creator
Creator
Author

This answer was good for inspiration - thank you!

My only problem was that it was frustrating to see the dashboard loop all the time!

Solution? --> Only do the Act part if the OSUser() is the user logged in at the screen.

In the end it looks like this:

=if(wildmatch(OSUser(),'domain\alex')=1,Act >=21 and Act <= 30,0)