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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a way to dynamically display or hide entire sheet objects (including the tab)?

I would like to find a way to dynamically display different sheet objects based on the value of what subject the user wants to navigate to on the home screen. Is there a a visiblity property or some way to hide sheet objects using variables to only display based on certain values?

Thanks,

Dan

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

In the object properties --> Layout tab, you can set conditional showing of the object. So if your variable is called vTest, you could set the show condition to be $(vTest)=1 for example, and the object would only be shown if the variable = 1.

Regards,

View solution in original post

2 Replies
vgutkovsky
Master II
Master II

In the object properties --> Layout tab, you can set conditional showing of the object. So if your variable is called vTest, you could set the show condition to be $(vTest)=1 for example, and the object would only be shown if the variable = 1.

Regards,

johnw
Champion III
Champion III

object properties -> Layout -> Show -> Conditional -> enter your condition (condition could be something like match(subject,'Arts','Entertainment'))

For the tab, it's sheet properties -> General -> Show Sheet -> Conditional...