Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disable filter

Hi Everyone,

I have a table and a bar chart in my app. The chart is basically desgined to show Sales/Cost by month. I also have a calendar list box for months and it diplays months in the format - Jan 2011, Feb 2011 etc. When user clicks on a month, how can make it so that the bar chart doesn't get affected by the month? I also have a list box that shows individual dates and so it makes no sense to apply that filter to the bar chart as it will not work.

Any thoughts on this would be highly appreicated!

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You can do this by using set analyses.

Try something like this in your expressions:

sum({<Month=>}Sales)

So you can switch off the selection for this expression.

Succes, Halmar

View solution in original post

1 Reply
Not applicable
Author

Hi,

You can do this by using set analyses.

Try something like this in your expressions:

sum({<Month=>}Sales)

So you can switch off the selection for this expression.

Succes, Halmar