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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart to change dynamically according to selection

Capture3.JPG.jpg

Hi, How do I make the bar chart plot according to the selection in the table. For example when I select ‘AIG’ it will plot 5 bars which is Economic Capital, +20% PD, +10% PD, -20% PD, -10% PD. If I select Andor, the chart will then automatically change to the set of data associated to Andor. Regards, Heok

1 Solution

Accepted Solutions
Not applicable
Author

3 Replies
Not applicable
Author

Your expression has setanalysis with 1

1 means disregard the selection but not the dimension.

You should use $ sign expansion

Not applicable
Author

like this?

Not applicable
Author

Thanks Thomas!