cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default selection functionality in Pie Charts

kgaurav2k14
Participant
0 Likes
962

Hi Friends,

Scenario : I have a pie chart in my design. I need to incorporate some functionality on selection of pie chart member. At the moment, I am able to achieve this by writing below piece of code in "on select" event of Pie Chart.

TEXT_1.setText(CHART_1.getSelectedMember("ZCMP").text);

This text box now gets the value once I select any company from my pie chart.

Issue : However, this value gets populated in text box only when I select the company manually in pie chart, I need to have a default selection on load of the page i,e I need one company to be selected once the page is loaded automatically.

My Approach : I thought of putting a code for CHART_1.Onselect() method. But I couldn't find any method which selects any value by default. Can you please help me in this matter.

SDN Search : I tried to find its solution in web but couldn't find much except one thread which is close to my requirement. But it doesn't have the solution.

Thanks,

Gaurav

View Entire Topic
former_member193885
Contributor
0 Likes

Hi Gaurav,

This option is available in ChartsPLUS for Design Studio (add-on).  You will be able to use BIAL to select a series/slice on the onload event of the application and set as filter for other charts/datasources.  You can also highlight the series selected series based on BIAL.

If you are interested you can request more information from the link below.

Archius ChartsPLUS™ for SAP BusinessObjects Design Studio

Thanks.

Deepu