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: 
khaoula_agazzar01
Contributor
Contributor

a filter applied only on certain charts

Hello Guys,

i wanna ask if there is a way to group a filter to some charts but not all the charts of the application?

Exemple: i have a filter REGION and two charts, i wanna know if  there is a way that when i choose a specific region in the filter ,it is applied on the first chart but not on the second one?

 

Any propositions please?

 

Thanks in advance.

Labels (2)
2 Solutions

Accepted Solutions
Or
MVP
MVP

This can be done, quite easily, using set analysis. If your first chart has the expression:

Sum(Sales)

Your second chart would then have the expression:

Sum({< REGION = >} Sales)

Telling this expression to ignore all selections on region.

View solution in original post

Sivapriya_d
Creator
Creator

Hi @khaoula_agazzar01 ,

You can use Alternate state to Filter and Chart 1. The filter selection will not impact the Chart 2 as well as other charts in the app.

 

Thanks,

Siva

View solution in original post

2 Replies
Or
MVP
MVP

This can be done, quite easily, using set analysis. If your first chart has the expression:

Sum(Sales)

Your second chart would then have the expression:

Sum({< REGION = >} Sales)

Telling this expression to ignore all selections on region.

Sivapriya_d
Creator
Creator

Hi @khaoula_agazzar01 ,

You can use Alternate state to Filter and Chart 1. The filter selection will not impact the Chart 2 as well as other charts in the app.

 

Thanks,

Siva