cancel
Showing results for 
Search instead for 
Did you mean: 

getSelectedMember returns no selection value

Former Member
0 Kudos

We are testing version 1.3 and have come across an odd scenario.  We use the NetWeaver version of the product.  we have a very simple test where we have a BW query defined as a datasource as DS_1 and DS_2.  The initial view of each to modified to show a simple chart of a commodity and its value:

The following code is in the OnSelect event of the chart:

DS_2  is bound to a crosstab.  On the click of the bar in the chart in version 1.2, the crosstab filtered correctly.  We have found in 1.3 that this no longer functions.  To get it to work, we have to remove the measures reference in the rows section of the DS_1 and place it in the Background Filter.

Does not function:

Functions:

Has anyone else experienced this behavior?

Thanks,

Mike

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Further testing has identified the issue.  In the BEx query definition the key figure has a two line textual description. When we limit it to one line, the getSelectedMember works fine with the measure in the rows of the data source.

Example:

Does not function:

Grp

Curr

Functions:

Grp Curr

Mike


Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Hi Mike,

Please see this discussion

2027409 - Chart onSelect scripting called multiple times.

Could this be the problem?  Will be fixed in SP1 in a few weeks

Former Member
0 Kudos

It most likely is the root cause.

Thanks Tammy!