Skip to Content
0
Dec 16, 2014 at 02:23 PM

Selection in getDataAsString() is under specified.

570 Views

Dear Experts,

I am trying to display a measure value in in a text field and the value changes based on the month dimension I change in the dropdown box. When I try to achieve this using

TEXT_1.setText(DS_1.getDataAsString(measure,{month:DROPDOWN_1.getselectedValue()})) ;

Nothing is visible in text box and I am getting warning "Selection in getDataAsString() is under specified.". Has anyone faced this behaviour? I tried hard- coding month value and also getDataAsStringExt() function. Same error repeats.

If I try other dimension, it works But if I include other dimension and month together to specify, its again not returning any value.

Please provide some info on this if anyone has any idea.

I am in SAP DS 1.4 versin 14.0.3 64 bit and trying in local mode connecting to SAP BW.

Thnaks in advance.

Regards,

Nikhil Joy