SAP Knowledge Base Article - Preview

3452740 - SAC dropdown list members are in an unexpected language

Symptom

Dropdown list values are in different language than expected. 
The "end user" has profile setting set to English. All dimensions translated to both Italian (original language) and English language (translated) using "new model's" translation utility. In a new story, the user can see the SAC interface in English language, all labels etc. are in English but dropdown list content is in Italian language. 

Dropdown list members are selected using code similar to:
/* Dropdown country*/
var MemberIDA = Control_Invest.getMembers("Zlocation1");
Drop_Nation.removeAllItems();
for (var indexcount=0;indexcount<MemberIDA.length;indexcount++) {
     Drop_Nation.addItem(MemberIDA[indexcount].id,MemberIDA[indexcount].description);
}


Read more...

Product

SAP Analytics Cloud all versions

Keywords

KBA , LOD-ANA-AD-INF , Analytics Designer Infrastructure , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.