Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to hide an ohject when there is no selection

How to hide an object when there is no selection on dashboard

Thank you

1 Solution

Accepted Solutions
sunny_talwar

May be a layout hide/show condition like this:

=Len(Trim(GetCurrentSelections())) > 0

View solution in original post

4 Replies
sunny_talwar

May be a layout hide/show condition like this:

=Len(Trim(GetCurrentSelections())) > 0

Anonymous
Not applicable
Author

Have a look at the GetSelectedCount() function.  But you would need to use it on all the fields that could be selected.

Not applicable
Author

Thanks sunny

Not applicable
Author

Thank you Bill