Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Empty fields not included

Dear Qlikview community,

I need help for this issue:

I have a table downloaded from SAP.

In this table the field date has several records empty.

Qlikview show this field with the symbol "-".

I would like to exlcude the empty fields.

But I can't apply the filter because the system doesn't show me the option empty, but only the filled fields.

How can I do that?

Thanks

Capture.PNG

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You can't select missing values in Qlikview. That's why you can't see missing values in the listbox. You could replace Nulls in the script using the NullValue variable. You can set this in the script with SET NullValue = 'Null';  (or some other string of your choice). There's also a NullAsValue function. See the help file for more info on how you can deal with Nulls.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

You can't select missing values in Qlikview. That's why you can't see missing values in the listbox. You could replace Nulls in the script using the NullValue variable. You can set this in the script with SET NullValue = 'Null';  (or some other string of your choice). There's also a NullAsValue function. See the help file for more info on how you can deal with Nulls.


talk is cheap, supply exceeds demand