Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Breezy
Creator II
Creator II

Dropdown menu: prevent "no selections"

I have a dropdown menu with a default to all selections. I am fine with the user selecting one thing or selecting as many as he/she wants. However, I do NOT want nothing to be selected (this is because it's connected to a table and I can't have a blank table). How do I resolve this?

Labels (1)
1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi Breezy,

You could check one selected value, but since you probably want more than one selection you could open with always a selection and put a condition on all objects that require at least one selection.

GetCurrentSelections( (your field) ) > 0

Jordy

Climber

Work smarter, not harder