Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
amirmohamed
Creator
Creator

Qlik Sense suppress zero/null values in Measure

     Hi all,

I have done a lot of searches but I am unable to find a best solution

I have  a Qlik sense application, I am using a table, in the Dimension i have Product and in measure i have sum(sales) - sum(margin)

I get the result but I also get zero or null values, how can I suppress the zero/null values?

I tried using the Add-ons -> Data handling and untick Include zero values but the zero values are still showing

I have tried if(sum(sales) - sum(margin) > 0, sum(sales) - sum(margin), 0)    and i have tried if(sum(sales) - sum(margin) > 0, sum(sales) - sum(margin))

but the zero values or null values still show in the table/pivot table, please help

12 Replies
sunny_talwar

Can you show an image of this?

amirmohamed
Creator
Creator
Author

Hi Andrea,

Thank you very much for your help,

your comment put the answer to my head

I made sure all the other measures are equal to zero or null by

if(sum(sales) - sum(margin) <> 0, sum(measure1))

Daniel_Moore
Former Employee
Former Employee

In qlik sense you can just suppress null values in your visualizations - here is what that looks like in tables: 0General.png

Note that by default viewing nulls are turned on.