Skip to main content
Announcements
WEBINAR April 23, 2025: Iceberg Ahead: The Future of Open Lakehouses - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
profilejamesbond

Qlik Sense - Hide Sheets options from the menu

Hi,

How to hide Sheets from the Qlik Sense menu?

Do you know how to find Sheets option ID or class ? I tried with browser "Developer tools"  but I am not able to find it.

profilejamesbond_0-1675238601678.png

 

Labels (3)
2 Replies
Or
MVP

Hiding a sheet is done by setting the sheet's properties, not from the menu.

Or_0-1675245155062.png

 

krishna20
Specialist II

Hi @profilejamesbond - Knew that it is a older post, but found the solution for it. You can implement by using CSS script in Multi KPI .

/* -- Hide "Sheets Button" in toolbar -- Perm ID*/
button[tid="4e25a2"] {
display: none; }