Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select in Field Action on Text Object

How do I perform a NOT select in field action on a text object.  When someone selects a text object ("button"), I want all values of a field selected except for one.  I tried the "select excluded" but not too sure how that was all working.

For example, field name [fruit type] and I want everything but "apples". 

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Try two actions:
1. Select in filed "fruit type", value 'apples'

2. Select Excluded in "fruit type"

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Try two actions:
1. Select in filed "fruit type", value 'apples'

2. Select Excluded in "fruit type"

Not applicable
Author

That worked, thanks.

Can you quickly explain to me the logic behind the "Select Excluded" action?

Anonymous
Not applicable
Author

It inverses the field selections.  That is, all values items in gray will be selected, and what was selected becomes excluded.  So in your example, you select 'apples'.  Next, you select anything except 'apples'.

Not applicable
Author

thanks! makes sense