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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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!