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