Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Make a chart static/unchanged by choices

Hi,

I have a chart in my application that I wish to remain static. How can I accomplish this without using the "detach"-option every time I start my application?

1 Solution

Accepted Solutions
sunny_talwar

use  {1} in your expressions to ignore selections

View solution in original post

2 Replies
sunny_talwar

use  {1} in your expressions to ignore selections

Not applicable
Author

Worked nicely, thank you.

For instance, sum({1}Sales) instead of sum(Sales) if there's ever anyone wondering where to put the "{1}".