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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
srinivasa1
Creator II
Creator II

Hide pivot table experssion if value is 0

Hi im doing month on month difference for selected year i have used before function but its creates one xtra cols wiht 0 value can anyone guide me how i can hide that.

Have attached application

Thanks in advance.

4 Replies
sushil353
Master II
Master II

Hi,

please find  the modified app.

HTH

Sushil

srinivasa1
Creator II
Creator II
Author

Hi,

Thanks for try.still it shows jan col i need hide that cols if all cols value are zero

er_mohit
Master II
Master II

hiii try this in expression tab of pivot table and

cheked on conditional  and in that write this expression

if(null1='  ',Null=0,Null=1)

null1 is my field name

hope it helps

see the atached image

srinivasa1
Creator II
Creator II
Author

Thanks.Its not working sir, i have attached my sample app in this thread.i need to hide cols if all value is 0. eg Jan cols

thanks