Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I have a fixed graph that won't be influence by the filters being applied?

I'm trying to put together a dashboard with elements of the dashboard that can be filtered.

I have a graph at the bottom that i want to remain the same regardless of what filters are being applied. Is this possible?

Many thanks,

Drew

1 Solution

Accepted Solutions
jerem1234
Specialist II
Specialist II

Yes, you can add set analysis {1} to your chart like:

sum({1}Sales)

This will ignore all selections.

If the set analysis won't do, you can add alternate states and just have the chart in a different state

Hope this helps!

View solution in original post

2 Replies
jerem1234
Specialist II
Specialist II

Yes, you can add set analysis {1} to your chart like:

sum({1}Sales)

This will ignore all selections.

If the set analysis won't do, you can add alternate states and just have the chart in a different state

Hope this helps!

Not applicable
Author

In the expression, you can use Set Analysis with identifier 1 to represent the full set of all records... For example, sum({1} SomeValue).