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: 
Anonymous
Not applicable

hide button if any slection

Hi all,

I am looking for a simple command to hide a button until anything is select.

What do I have to write in the field "condition for availability" in the button's properties.

Is there an easy command?

Thank you very much for your help!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use as condition: len(getcurrentselections())


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use as condition: len(getcurrentselections())


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Great => Thank you very much!