cancel
Showing results for 
Search instead for 
Did you mean: 

Can't get memberlist for a dropdown box from datasource

Former Member
0 Kudos

Hi experts,

I created a design studio application on  Bex Query which uses Operational Data Provider(ODP)  as info provider.

I created a Dropdown Box and wrote codes to get the member list from datasource to set the items of it.  But when I run the application, there is no value in it.

My codes here:

DROPDOWN_1.setItems(DS_1.getMemberList("2O0CFM_CTY_EXP-PHYS_COMM_ID", MemberPresentation.INTERNAL_NONCOMPOUNDED_KEY, MemberDisplay.KEY, 50));

I can see values of the dimension I used when editing the datasource.  Only few values are in the datasource.

   But when right click it and  select Filter Members... , I got nothing in the panel.

Do you know the root cause of it? Thanks.

Best Regards,

Mickey

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186586
Active Participant
0 Kudos

why dont you write this code applicaton on startup event ?

Former Member
0 Kudos

Hi,

Actually, I wrote this code on startup event. My design studio version is 1.1 SP2. Thanks.

bharathsap
Employee
Employee
0 Kudos

Hi Xin,

I tried this with 1.1 SP3.

BW 730 SP9, ODP.

Issue is not reproducible. Could you upgrade to 1.1 SP3?

Regards,

Bharath

Former Member
0 Kudos

Hi Bharath,

First, thanks for your reply.

For some dimensions in the ODP I used, I didn' meet the issue. But for other dimensions I did.

So I don't know whether the issue is related to the Design Studio or not.

Best Regards,

Mickey