
Creator
2023-02-01
03:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2 Replies


MVP
2023-02-01
04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hiding a sheet is done by setting the sheet's properties, not from the menu.


Specialist II
2024-09-05
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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; }
881 Views
