Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
LucasJ
Contributor
Contributor

Unlink objects filters

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 ! Smiley Happy

Labels (4)
1 Solution

Accepted Solutions
OmarBenSalem

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)

View solution in original post

3 Replies
OmarBenSalem

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)

LucasJ
Contributor
Contributor
Author

Hello OmarBenSalem, 

I think i'll need to upgrade my qliksense and my skills  Smiley Very Happy

But anyway, thanks for your answer, it works perfectly !

Have a good day!

 

nidhi23dec
Contributor
Contributor

thanks Omar, worked like a charm.