Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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!
In the expression, you can use Set Analysis with identifier 1 to represent the full set of all records... For example, sum({1} SomeValue).