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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide columns in a Pivot table

Hi,

In a Pivot table is it possible to hide certain columns when the entire column is empty(null).

I see that option for Straight table(Presentation tab) but could not find any such option for Pivot table.

Please share any relevant information.

Thanks.

Regards,

Rohit Agarwal

3 Replies
Not applicable
Author

In properties -> presentation ->

has two options, Suppress Zero-Values and Suppress Missing, i think if you disable those options works to you

Not applicable
Author

I have tired doing the same but it does not work for me.

Please let me know if you have any other solution.

Regards,

Rohit

martin59
Specialist II
Specialist II

Hi,

If I were you, I created two pivot tables and work with conditionnal showing.

If sum(ColumnToHide)>0, Show PivotTable1, Else, Show PivotTable2.

PivotTable2 = PivotTable1 without ColumnToHide.

Hope that helps you.