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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide/show the Current Selections Box if a selection exists

Hi,

I'm would like to Hide the Current Select Box if no filters are set (any field), and show the Current Selection Box if a selection exists.

Any idea on how to do it?

Thanks

Labels (1)
1 Solution

Accepted Solutions
maxgro
MVP
MVP

I think you can use

=len(getcurrentselections())>0

in layout tab (show conditional) of Current Selection

View solution in original post

2 Replies
maxgro
MVP
MVP

I think you can use

=len(getcurrentselections())>0

in layout tab (show conditional) of Current Selection

Not applicable
Author

Woow!!  It works perfectly, you are a super master

Thanks Massimo