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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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