Hi all,
I have a column chart which has months (0FISCPER3) as category labels. I want to filter a data source (which is the source of another component) by month selection from the chart, but it seems i can only filter the data by my latest selection. Let's say i selected january, data source is filtered but when i want to filter the data by selecting january and february;
the data source is filtered by only february.
I tried the code below as "on select" event property for the chart:
DS_1.setFilter("0FISCPER3",CHART_2.getSelectedMember("0FISCPER3"));
I would appreciate if you can help me out.
Regards,
Onur