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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot table - hide columns

Hi All,

How to hide columns in pivot table

I have wave1 and wave2 columns and i have to hide wave1 columns other than total column at Column level.

filter.png

Please help.

10 Replies
Not applicable
Author

Hi,

I am facing issue with null. below is my expression.

if ( sum(Alt(Value,0)) = 1 ,    Dual('Yes',1) ,  if ( sum(Alt(Value,0)) = 0 , Dual('No',0) ,  sum(Alt(Value,0))))

I need to check if the value is null then i have to display as 'N/A'.

Please help.

Thanks.