Hi,
I am looking for method to covert from a dimension text of a data source to dimension key.
When chart gets selected, I would like to pass the selected member's dimension value(s) as filter(s) to the jump to report. In the runtime, the dimensions shows on the chart can be changed dynamically in the filter panel using navigation property. So, the dimensions of the selected member on the chart needs to be figured out dynamically.
The dimension texts on the chart can be obtained by DS_1.getDimensions(Axis.COLUMNS) which returns an array of texts, but I need the dimension keys so that those selected dimension values can be passed as filters by using for example, CHART.getSelectedMember("0CALMONTH").externalKey.
Any idea?
Thank you in advance.
Best regards,
Zabrina