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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disable Sheet Object in Web Mode

Team

   can any one help me ,

How can we disable the Sheet object either in Web View or IE view or a particular user should not see the Sheet object.

Thanks

Srini

Labels (1)
3 Replies
Anil_Babu_Samineni
MVP
MVP

Try Like below

Go to the properties of object, Layout tab, and set a condition like vVisible = 1 

Now create a new variable named vVisible in the variable overview menu(Ctrl + Alt + V), and a new button with an action that sets the variable to 1 or 0 so showing/hiding the object.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer
MVP
MVP

If it's just a kind of usability you could use a condition within the visibility like: if(osuser() = 'YourUser', false(), true()). However are these data confidential then you will need to use Section Access.

- Marcus

avinashelite
MVP
MVP

I suggest to use the Section access its dynamic and you handle more data protection scenarios

QlikView Section Access Examples