Skip to Content
0
Feb 01, 2023 at 10:13 AM

SAC: Inserting a Member via Analytic Applicatin Designer API to a specific Hierarchy Node

113 Views

Hello,

I am struggling with inserting a new member to my dimension, specifically with defining the Hierarchy / Node.

The inserting is working, but the Node for my hierarchy is empty.

LineItemMember = ({id: "000001", description: "Test", hierarchies: {
Hierarchy:
{
parentId: "00001" //also tried to add hierarchy code H01 here
}
},
properties: { Property1: "Property"}
});

I saw this code in this video:

https://youtu.be/YZYlwL_6WC4?t=299

My hierarchy code is H01 and the corresponding node where i want to add this member is 00001

Can someone provide me the correct syntax here?

Thanks!