Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.