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: 
KevinJ
Contributor III
Contributor III

Bar Chart Months would be static and only data will change based on the Year Filter

I have a  bar chart which consist of 

Months as x - axis and I dont want it to be filtered  when i chose my filter pane [Month] - Jun I still want to see the YTD months

 

KevinJ_0-1703224849346.png

 

Labels (1)
2 Replies
aruneshgupta
Creator
Creator

You may try to use ignore filter selection featurs of set analysis 

example : Sum( {<YearMonth1= >} Quantity) now YearMonth1 selection will not do any changes.. 

anat
Master
Master

bypass the selections in set analysis if you don't want the chart to be responsive.

sum({<Year=Max(Year) ,Month=>} Sales )