Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.

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
like this?
Your expression has setanalysis with 1
1 means disregard the selection but not the dimension.
You should use $ sign expansion
like this?
Thanks Thomas!