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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
GraceGao
Creator
Creator

How to don't show the 0 value in chart

Hi Experts,

How could i avoid to show the 0 value in chart?  i already to uncheck the include zero values in data handling. Please help. Thanks.

screenshot.png

2 Replies
arulsettu
Master III
Master III

To handle this in frontend in your expression try like this

if(sum(column)>0,sum(column))

GraceGao
Creator
Creator
Author

Thanks it is working