Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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}".