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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
posywang
Creator II
Creator II

How to get rid of 0 in pivot table?

Hi,

Is there a way to get rid of project lines with 0 in the pivot table. Please see attached sample QVW. Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Use an Island table to do this

Capture.PNG

View solution in original post

7 Replies
vishsaggi
Champion III
Champion III

Your expressions Capacity and Demand has combination of values and 0's if you supress all 0's no data will be there to display. What exactly you are trying to achieve, can you send a screen shot of your expected output you want to see in your Pivot table?

sunny_talwar

Use an Island table to do this

Capture.PNG

posywang
Creator II
Creator II
Author

Perfect, thanks!

posywang
Creator II
Creator II
Author

Can you briefly describe the reason why using an island table can get rid of lines with 0? Thanks!

sunny_talwar

The problem is that when you have more then 1 expression, if any of those of 1 expression is not zero, the value for the other expression will show up as 0. There is no way to suppress that zero. On the other hand, by using an island table I can use just one expression and basically wherever the expression is 0, it will be suppressed.

posywang
Creator II
Creator II
Author

Makes sense. Thank you!

sunny_talwar

No problem at all