The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
STDN
2 years agoNew Contributor III
How to add two dimension hierarchy in same row/column
Hi All,
I have a dimension hierarchy like Account1(parent) and Account2(parent) hierarchy members in Account Dimension and i need those base members in the same row/column. I tried adding those...
rchaturvedi27
2 years agoNew Contributor II
Hi Nicole NicoleBruno , Can you please share the formula you are using in UD8? I am doing something like this :
Dim U2Filter As List(Of Member) = api.Members.GetBaseMembers( _
api.Pov.UD2Dim.DimPk, api.Members.GetMemberId(dimtype.UD2.Id, "TopUD2"))
For Each memberObj In U2Filter
' memberObj.Name is an actual String
BRApi.ErrorLog.LogMessage(si, memberObj.Name)
next
but its not working out.
NicoleBruno
2 years agoValued Contributor
Hi - apologies but I left my role at Endo and no longer have access to the calculation. Sorry!
Related Content
- 1 year ago
- 2 years ago