Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4041

Dropdown menu loading in Design Studio application takes long

$
0
0

Dear all,

 

I have an De 1.6 application in BOE 4.1 scenario with BICS and using the tile KPI template. I am using four tiles. When the user clicks at one of the tiles, the detail view opens with one or two charts and providing up to four dropdown menus in order to provide the user further drill down. Right now for the four detail views with each 4 drop down menu I have 16 dropdown in total.

 

Each detail view is loading long (~3 minutes) in order to come up, even when the datasource was already loaded. The reason is the loading of the dropdown menus.

 

I am using the script for OnClick in this way:

DROPDOWN_1.setItems(DS_1.getMemberList("PRD_GRP", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 30, "All"));

DROPDOWN_2.setItems(DS_1.getMemberList("ZAREA", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 30, "All"));

DROPDOWN_3.setItems(DS_1.getMemberList("ZHGCODE", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 30, "All"));

DROPDOWN_4.setItems(DS_1.getMemberList("CUST_GRP", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 30, "All"));

 

Even when all the characteristics do not have that much values, the loading takes long. I also tried to put all the dropdown menu loading at the OnStartup Area, but then the user has to wait at the beginning.

 

Is there a way to increase the loading of those dropdowns? Maybe load in parallel or reuse a dropdown menu in an other pagedetail view?

 

Any idea would be great.

 

Best regards,

Stefanos from Munich/Germany


Viewing all articles
Browse latest Browse all 4041

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>