Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hiding a sheet is done by setting the sheet's properties, not from the menu.
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; }