
Contributor III
2018-06-21
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1,900 Views
2 Replies

MVP
2018-06-21
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried ignoring selection using set analysis?
1,796 Views

MVP
2018-06-21
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
1,796 Views
