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: 
dj6
Contributor
Contributor

Create a Sheet and keep it hidden only to access through a button

Hi, I am new to Qlik Cloud. I want to create a dill-down functionality through a button but I do not want the sheet (drill-through) sheet to be visible in the menu. I will create a button on another sheet and when the person clicks on the button, they should be landing on the drill-through sheet which will not be visible in navigation menu or otherwise. Is it possible to achieve in Qlik Cloud?

Labels (1)
1 Reply
robert_mika
Master III
Master III

To restrict a Qlik sheet's visibility, use the sheet's Show condition property in the sheet's general settings. You can use the OSUser() function to get the current user's ID and the WildMatch() or Match() functions to check if the user's ID is in a list of permitted users.

Then use the button to navigate the user to this sheet