Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bertrand_herard
Partner - Contributor III
Partner - Contributor III

QlikView question - how to hide null values and keep zero values in a pivot table

Hello,

I've a problem which seems very simple :

I want to hide rows in a pivot table where expressions values are all equal to null()

BUT I want to keep lines where at least one expression value is equal to zéro.

Do you know how to do that ? (Or how to workaround it) ?

I've attached a quick sandbox example. As it may be more complex than it seems :), please try your solution

in this file before answering  

Best regards

2 Replies
sunny_talwar

I used a calculated dimension:

=Aggr(If(not IsNull(Value), Code), Code)

With 'Suppress When Value Is Null' checked on the dimension tab

Capture.PNG

Chanty4u
MVP
MVP

hi,

PFA

Is this?