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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jjustingkm
Creator II
Creator II

Bar chart displaying x axis data points with zero values

I have a bar chart with Region and Sales values. The chart is showing few regions where sales values are 0. I unchecked the Zero values under Data handling , that excluded few regions still a couple are showing . Any help would be appreciated.

 

 

1 Reply
anat
Master
Master

In measure give condition like

If(sum(sal) >0, sum(sal))