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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding sheet objects

Can any one tell me how to hide sheet object? and how to display them after hiding?

yojas

Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens
Support
Support

Hi Yojas,

Go to the object properties, Layout tab, and set a condition like

vVisible = 1

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

Regards.

Miguel

View solution in original post

3 Replies
Miguel_Angel_Baeyens
Support
Support

Hi Yojas,

Go to the object properties, Layout tab, and set a condition like

vVisible = 1

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

Regards.

Miguel

SunilChauhan
Champion II
Champion II

see the attached file

Sunil Chauhan
Not applicable
Author

Thanks for the example.......