Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter Selection

I have 4 charts and 7 filters in a QlikSense dashboard . How can I make dashboard like only 4 filters should be applicable in a chart and not others should have any impact.

I have these chart with respective filters

Chart1----Filter1,Filter2

Chart2----Filter3

Chart3----Filter4,Filter5

Chart4----Filter5,Filter6

I do not want Filter1, Filter2 to have an impact on my chart4, while rest all filters Filter3,Filter4,Filter5,Filter6 should filter my data in Chart4. How to achieve this,please help!!

1 Reply
felipedl
Partner - Specialist III
Partner - Specialist III

Use set analysis for this,

let's say you want a simple metric as sum(Sales) for example.

In your case, you could do:


Chart4: sum({<Filter1,Filter2>}Sales)

That way, it will "disconsider" what you select on Filter1 and Filter2 for Chart4.