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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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?

Labels (1)
2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

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)