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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
CBRZ
Contributor
Contributor

Static Dimension in Bar Chart

Hello,

Currently I have a bar chart showing monthly sales of different products.

When I filter on a certain product, the months then limit to only show the months where the sale was made.

Is there any way to keep the X-Axis static so even if I select a product that wasn't sold in all months, all months would still be represented on the x-axis but just no corresponding sales?

 

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

May be try by adding this to your expression

+ Sum({1} 0)

View solution in original post

2 Replies
sunny_talwar

May be try by adding this to your expression

+ Sum({1} 0)

CBRZ
Contributor
Contributor
Author

Thank you!!