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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

Zeros in pivot table and charts but surpress when value is null is unchecked

Hi,

I have no zeros in my pivot tables and charts but surpress when value is null is unchecked so I expected to see them?

I am using a crosstable import from excel.

Is there another setting?

Thanks,

Neil.

12 Replies
sunny_talwar

Is this what you want?

Capture.PNG

Forced your second expression to be null when its 0 using this expression:

=If(Sum({<Measure={'Amber Threshold'}>}Data) <> 0, Sum({<Measure={'Amber Threshold'}>}Data))

Is that what you wanted? Attaching your qvw for reference as well.

HTH

Best,

Sunny

tinkerz1
Creator II
Creator II
Author

Brillant thanks that worked so well

sunny_talwar

Awesome

I am glad I was able to help.

If you got the solution you were looking for, I would suggest marking the correct answer and helpful answers to close this thread.

Best,

Sunny