Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Null Value Filter

Dear Experts,

I have a table with one field say Hazard Types which doesn't have any null field.

When I connect this with my data model with many other tables there may few unmatched values (which may not Hazardours goods)

When I try to plot the straight table with many other values few Hazard Types values are null which is actually correct.

I have a list box of "Hazard Types" in my layout,now user wants to add one extra value "null" in this list box which should filter all the associated null values in the straight table.

Is this possible?

Thanks & Regards

Jeba

11 Replies
tobias_klett
Partner - Creator II
Partner - Creator II

Hi Jebamalai,

why don't you do another resident load and fill the null values like this:

if(isnull( [Hazard Types]) , 'null', [Hazard Types] ) as [Hazard Types],

Hope this helps
Tobias

Anonymous
Not applicable
Author

I have so many tables to do such resident