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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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

3 Replies
Anil_Babu_Samineni

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

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

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

QlikView Section Access Examples