Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filtering/Selecting Null Value in List Box or Multi Box

I have a Table View of data that I have successfully created a connection to.

I am now trying to add some list boxes and Multi Boxes to allow some easy filtering

The field I am trying to filter by is called Status.

The available selections are Pass, Fail; but there are also blanks or null values.  how can I make these available for selecting?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Nulls are never displayed in a listbox and cannot be selected. You need to replace the nulls with real values in the script. See this document.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Nulls are never displayed in a listbox and cannot be selected. You need to replace the nulls with real values in the script. See this document.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you; I just figured it out.  And the document/link you sent was perfect.