Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME 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