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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

Chart should not change

Hi all,

When i select any value from my list box ,the  stack bar chart data should remain as it is, how to do that.

4 Replies
swuehl
MVP
MVP

You can detach your chart (in general tab of chart properties), or use set analyis (like sum({1} Value) ) in all your aggregations.

manoranjan_d
Specialist
Specialist
Author

ok how to avoid the word detached in the title

manoranjan_d
Specialist
Specialist
Author

and also while reloading the script the detach is not working

miguelbraga
Partner - Specialist III
Partner - Specialist III

Its better if you use the second choice given by swuehl.

Simply do like this:

=Sum({$<YourFieldInListBox= >} Value)