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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
qodn
Contributor
Contributor

Disable share/open snapshot library for a Qlik Sense app

Hi,

I want to disable share and open snapshot library buttons on an app

qodn_0-1625058985141.png

can anyone help me figure this out?

1 Reply
NitinK7
Specialist
Specialist

directly not possible, but using css you can do, Please follow below steps

1. add multiKPI-> In Meausre set value 1-> hide label and value and title-> in style section add below css code

li#shareGroup, #open-snapshot-library {
display: none;
}

Before

NitinK7_0-1625067654090.png

After

NitinK7_1-1625067711165.png