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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
darrellbutler
Creator
Creator

Hide null values in a pivot table

Hi, I have created a pivot table expression based on set analysis. The expression just calculates the average of sales for months > Mar-11, however in my model I have sales figures for previous years.

In my pivot table I get null values for the months pre Mar-11, however I want to hide these months in my pivot table. I have tried the usual suspects suppress when value is null and suppress zero values. I have two dimensions Month and a Market description.

Any help gratefully received.  Cheers Darrell.

Labels (1)
1 Reply
SunilChauhan
Champion II
Champion II

in dimension take

if(Month='Mar-11',Month)

and make supress null

Sunil Chauhan