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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
sspringer
Partner - Contributor
Partner - Contributor

Exclude Option from a ListBox

If I have a field/listbox with 5 unique options, and I want to exclude showing one of them (not necessarily a null, just a value I don't want to provide as a filter option) - what is the easiest way to do that?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Select <expression> from the field drop down list in the list box properties and enter

=if(FIELD <> 'DontWantThisValue', FIELD)

View solution in original post

1 Reply
swuehl
MVP
MVP

Select <expression> from the field drop down list in the list box properties and enter

=if(FIELD <> 'DontWantThisValue', FIELD)