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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I lock a chart?

Hey Everyone,

I'm trying to lock a chart in Qlik Sense so that the filter pane in the same dashboard doesn't affect the chart. Is there a way to make the chart figures sticky?

2 Replies
girirajsinh
Creator III
Creator III

Hi Paul,

If you want the chart to disregard any selection made in Filter Pane , use set analysis {1}

e.g.

if your chart expression is sum(sales)...make it sum({1}sales)

That is kind of lock you are looking for. I hope that helps.

Not applicable
Author

Thanks Girirajsinh! That worked out just as I hoped!