Forum Discussion
OSAdmin
OneStream Employee
5 years agoHow do I save a Member to the root of a dimension
Originally posted by Steve Davis
How do I save a Member to the root of a dimension (as a child of Hierarchy)?
I have tried the SaveMemberAndRelationshipInfo method, but this gives me the error: ...
Hernan_Carvi
4 years agoNew Contributor
The workaround I've found was to find all the parents of a sibling member that rolls up to the root, and then just picking the first one:
BRApi.Finance.Members.GetParents(si, dimPk, sibling, includeRootMemberInResult, dimDisplayOptions).Item(0)
Related Content
- 3 years ago