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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kprotrka
Contributor III
Contributor III

Filter missing values in pivot table

kprotrka_0-1677596773626.png

As you can see on the screenshot i have one pivot table. For some IDs we dont have values till the end of the year. I need to filter those data(where '-' in pivot table is).

 

its not a null value and sure how to filter it.

 

Labels (2)
1 Reply
G3S
Creator III
Creator III

you don't want null values?  or anything '-' ? 

if only the null to be excluded, you can untick the 'include null values" for the field or put in an expression. otherwise if it is '-', then 

if(not isnull(YOURVALUEFIELD) or YOURVALUEFIELD<>'-', YOURVALUEFIELD)

then untick the 'include null values' option.