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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Suppress Null Value Rows

I am trying to suppress rows where all expression values are null. I have both 'suppress zero values' and 'suppress missing' selected, but rows are still displaying. Any ideas on what could be causing this?

5 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

are you sure all the expressions are rendering null()? I had similar problems when one of the expressions rendered an empty string - just a pair of single quotes with nothing inside. This is not considered a null(), and all those rows appeared...

Ask me about Qlik Sense Expert Class!
deepakk
Partner - Specialist III
Partner - Specialist III

hi ,

It might contain space and space are not considered as null.

In Script you can modify the field as follows.

if(len(trim(Filed)) =0,null(), Field) as Field.

Now in front it should work.

Not applicable
Author

I have an if statement in all expressions to return null when a certain calculation equals zero.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Kristy,

this should be unnecessary - QlikView should be able to exclude all zeros as well. Could you possibly post an example? Or a word document with the screen shots of all chart properties and expressions?

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Hi Kristy,

were you ever able to solve this problem, as I have the same issue.

Many thanks,

Lawrence