Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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)