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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object disappear once selection is made

Hi,

How do I get an object to disappear once any selection is made?

Thank yoou!

Rebecca

1 Solution

Accepted Solutions
julian_rodriguez
Partner - Specialist
Partner - Specialist

Hello Rebecca...

Any selection, you said?

Go to the Objets Properties -> Layout Tab -> Show:

And ues this expression: Len(GetCurrentSelections()) = 0

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Layout tab add an expression under the Conditional option: =not getselectedcount(MyField). As soon as you make a selection in MyField the expression will return false and hide the object.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you!

julian_rodriguez
Partner - Specialist
Partner - Specialist

Hello Rebecca...

Any selection, you said?

Go to the Objets Properties -> Layout Tab -> Show:

And ues this expression: Len(GetCurrentSelections()) = 0