Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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

1 Solution

Accepted Solutions
sunny_talwar

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

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.