Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I'm pretty new to QlikSense and I had a question about filters,
Do we have an option in QlikSense that allows us to unlink an object like in QlikView (Such as a pie chart for example) from the actives filters ?
Or maybe an other solution to solve this?
Thanks !
In the new version of Qlik Sense november 2018, alternate states have been added, so could be done through alternate states ; please check this (it's awesome)
https://www.youtube.com/watch?v=t2JWSzFVwh8
But, u could always achieve this through set analysis;
example, u have one chart with this expression: sum(Measure)
u have one filter (Dim1)
U want this chart to not be associated with this particular filter, which means, when u select a value in Dim1, ur chart should not be affected.
Simple, change ur expression from:
sum(Measure)
to
Sum({<Dim1>}Measure)
In the new version of Qlik Sense november 2018, alternate states have been added, so could be done through alternate states ; please check this (it's awesome)
https://www.youtube.com/watch?v=t2JWSzFVwh8
But, u could always achieve this through set analysis;
example, u have one chart with this expression: sum(Measure)
u have one filter (Dim1)
U want this chart to not be associated with this particular filter, which means, when u select a value in Dim1, ur chart should not be affected.
Simple, change ur expression from:
sum(Measure)
to
Sum({<Dim1>}Measure)
Hello OmarBenSalem,
I think i'll need to upgrade my qliksense and my skills
But anyway, thanks for your answer, it works perfectly !
Have a good day!
thanks Omar, worked like a charm.