Dear Experts,
We are developing a DS 1.2 Application with a drill down\drill-trough functionality on a chart component, using the flowing code of the CHART on click event:
Application.openWindow( "/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=******" + "&XVAR=" + CHART_1.getSelectedMember("InfoObject").internalKey );
The problem occurs when selecting more than one value of the chart.
In this case, getSelectedMemeber returns only the first selected member and not all of them.
Could you please offer a way we can drill down\drill-trough with more than one selected value.
Best Regards,
Snir