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!