Hi gurus,
I´m trying to make data selection in chart´s, in order to optimize my solution minimizing the number of data sources. In example: assuming i have a single datasource with dimensions Customer and Material, and measure Net PO Value, i want to make two charts, with Net PO Value by Customer, and Net PO Value by Material, using the same datasource.
In the option "Data Selection", in chart´s properties, i can´t do this, since the component only allows to select measures, not dimensions. Searching for a solution through the API, i was working with method CHART_1.setDataSelection(ResultSetSelection); which i think could solve mi problem. But i can´t find the appropiate sintax for the ResultSetSelection object. I have been trying with expressions like "0MATERIAL":"All Members", but i can´t find the correct expressions.
Any idea? Some guide or reference?
Thanks in advance.