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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hiding Columns


Hi

Is it possible in a straight or pivot table to hide columns when they total zero?

Thanks

Labels (1)
11 Replies
Anonymous
Not applicable
Author

Thanks, these seems to work

its_anandrjs
Champion III
Champion III

Hi,

Do this thing

In chart properties -> presentation -> then select which column you want to hide and in conditional option write code

if(FieldName <> 0,1,0)

Hope this helps

Thanks & Regards