cancel
Showing results for 
Search instead for 
Did you mean: 

CHart ONSELECT event

Former Member
0 Kudos

Hi Friends,

I am unable to slecet the chart ,that while clicking on the column chart, its unable to read the data after one click,

Table data should get changed after clicking on the chart.

Also enabled ONSelect in chart .

First Filter

One dropdown for selecting the year where all the components are changing after selecting the year ,

Second Filter :

AFter clicking on the chart ,corresponding data is diaplayed in crosstab

PLANTMONTHLY_DS.setFilter("0PLANT", CHART_3.getSelectedMember("0PLANT"));

Please do the needful.

Regards

Sushma

Accepted Solutions (1)

Accepted Solutions (1)

MustafaBensan
Active Contributor
0 Kudos

Hi Sushma,

Try changing your second filter code to read as follows:

PLANTMONTHLY_DS.setFilter("0PLANT", CHART_3.getSelectedMember("0PLANT").internalKey);


Regards,


Mustafa.


Former Member
0 Kudos

Hi Mustafa ,

Thanks for the reply,

I have applied the above code,but for the first click its changing,

Now if i select second bar of the column chart that is differnet plant name ,data is not getting reflected in crosstab.

its showing all members  in the text box where i captured the selected palnt in text box

TEXT_1.setText(CHART_3.getSelectedMember("0PLANT").internalKey);

Regards

sushma

MustafaBensan
Active Contributor
0 Kudos

Hi Sushma,

What is the Selection Mode property of your chart set to in the Additional Properties Sheet?:

Regards,

Mustafa.

Former Member
0 Kudos

Hi Mustafa,

Thanks  a lot for the reply,

Iam unsing DS1.1 in which the above property is not present .

is there any other way that is through scripting if  possible ..

Regards

sushma

MustafaBensan
Active Contributor
0 Kudos

Hi Sushma,

Is there a reason why you haven't upgraded to DS 1.4 yet?  You are running a very early version which is likely to be buggy.

Can you provide screenshots of your standard Properties Sheet and Advanced Properties Sheet?

Sometimes the chart selection is a bit sensitive.  Can you try again a few times to confirm the behaviour?

Regards,

Mustafa.

Former Member
0 Kudos

Hi Mustafa,

Thanks a  lot for the reply,

I tried a lot but couldnt,may be because of the property of chart.

Additional Properties of chart

Properties of Chart

MustafaBensan
Active Contributor
0 Kudos

Hi Sushma,

Is there any chance you can upgrade to Design Studio 1.4?  This would make it easier to try to replicate the issue and provide further suggestions.

Regards,

Mustafa.

Former Member
0 Kudos

Hi Mustafa,

Sorry to say this ,

i dont have chance to upgarde to 1.4.

Regards

sushma.

MustafaBensan
Active Contributor
0 Kudos

Hi Sushma,

Unfortunately, I have run out of suggestions.  It's difficult to try to replicate your issue when you are running such an early version of Design Studio.  I would strongly encourage you to upgrade to DS 1.4.  This will make it much easier for you to obtain support from the community with future questions.

Regards,

Mustafa.

Answers (0)