ContributionsMost RecentMost LikesSolutionsRe: Book within a book Do not think so, but you can open the book and save as a new book. Hernan Re: How do I get a dim name (dimpk) from a dim ID? Hi Christian! To return names of the dimensions this is what I figured out: Dim DimName As String = OneStream.Shared.Common.MemberType.GetName(GetType(MemberType), DimTypeId) Hernan Re: How do I save a Member to the root of a dimension 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, include...