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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
profilejamesbond
Creator II
Creator II

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
MVP

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

Or_0-1675245155062.png

 

krishna20
Specialist II
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; }