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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

stacked bar chart issue

show spaces when values are null in qlikview

pfa file

In the chart, Sales bar should show P1,P2,P3 even though P2 is null

john

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Something like this?

Capture.PNG

Expression: =If(Sum({$<Customer ={'A'}>}sales) = 0, 1, Sum({$<Customer ={'A'}>}sales))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Something like this?

Capture.PNG

Expression: =If(Sum({$<Customer ={'A'}>}sales) = 0, 1, Sum({$<Customer ={'A'}>}sales))

Anonymous
Not applicable
Author

Thnx Sunny, this is what I needed.