Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dhavalvyas
Contributor III
Contributor III

Exclude filter selection in charts for qliksense

Hi,

As I want to exclude filter selection in Qliksense charts..Is there is any extension to achieve the same...

In chart expression I passed value but after selection in filters is should not reflect in chart...?

Can any help out me...Thanks in Advanced

2 Replies
sunny_talwar

Have you tried ignoring selection using set analysis?

Chanty4u
MVP
MVP

let assume yur chart expression like below

sum(Sales)

try to put

sum({1}sales)

or

like this

sum({<Year= {"$(=Max(Year))"}} >}Sales)



do like below


sum({1<Year= {"$(=Max(Year))"}} >}Sales)