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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
danielact
Partner - Creator III
Partner - Creator III

Selection Status

Is there a way to return a true/false value to see if something is selected? For example, let's say I have a List Box with data items A, B, C, D in it. I want to set up an If statement based on whether A is selected or not. I know it's easy if you can only select one item - I can use GetCurrentField on it. But what if you can select multiple items? Is there a way to just return a true/false value if something is selected?

1 Reply
Not applicable

Hi

not sure to catch what you really need, but what about this ?

=if(GetSelectedCount(FieldName)>0,True(),False())

Regards

Gilles