Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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
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.
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