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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Suppress zeroes for only specific pivot columns?

Hey there, so I need to keep suppress zeros off in the presentation of a qlikview pivot table but only for one column 'actuals', not the other ones, is there a way to selectively do this? So far it seems like an on and off toggle and all or nothing, but maybe there might be a more clever fashion?

Capture.JPG

1 Solution

Accepted Solutions
sunny_talwar

Make those 0's into null

If(Expression <> 0, Expression)

View solution in original post

1 Reply
sunny_talwar

Make those 0's into null

If(Expression <> 0, Expression)