cancel
Showing results for 
Search instead for 
Did you mean: 

Select more members of Chart

Former Member
0 Kudos

Hello i have a pie chart and want to get all the selected members. If i use getselectedmember it works quite good, but i only get one selected members but i wand a kind of list of all selected members, to use them for a filter later.

kind regards and thanks in advance

stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Hello Stefan,

What about clicking the two check marks (see screen shot below):

Former Member
0 Kudos

Hello,

i want to do it via the script language. at the moment i use something like

var1=CHART_1.getselectedmember("Dimension");

this works good but only for one member i want to get kind of list of all the selected members of my pie chart.

former_member131154
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

it seems that there is a litte "non synconised" status in the tool actually.

You are right you can enable the chart to be "multipe" selectable, but there is no CHART.getselectedmembers function available like for the listbox.

As long as the scipt command does not come into the commandset you will not be able to get what you want. At least that is my point of view as I also send some time to get that working 😉

All the best

Dirk