Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

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


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Great => Thank you very much!