Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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