on ‎2024 May 10 8:42 AM
Hi All,
I have a requirement to update master data for the dimension in SAP analytics cloud. Using story 2.0. When user select the dimension ID from the table then click the button, ID and it's property should display automatically in the popup. The property should populate in popup window dropdown. Once it's auto populated then users will change the property for the ID.
1) I'm using the Organization dimension for master data update. I written the below code to populate the selected ID but the problem is it's showing as [DIM_ORGA].[OBJECT_HIER].&[ID] ? This is happening only the dimension with hierarchy . Anybody faced this issue and how to resolve this??
var pos = Table_1.getSelections();
for (var t = 0; t < pos.length; t++) {
var orgaValue = pos[t]["DIM_ORGA"];
ID.setValue(orgaValue);
ID.setEditable(false);
var Id1 =ID.getValue();
}
2) How can I display the selected ID's property automatically in the popup ? Example country and Entity ID are property dropdowns and it should display the the Selected ID's Property automatically. So that Users can change.
Request clarification before answering.
| User | Count |
|---|---|
| 26 | |
| 18 | |
| 14 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.