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
DRider
OneStream Employee
10 months agoMember expansion to show dimension hierarchy in reverse, except for base members?
I'm building a cube view with the above requirements. It should should something like A#Net_Income.Tree, but in reverse and it should also exclude base members.
I've tried a few combinations like
...
RobbSalzmann
10 months agoValued Contributor II
This looks like a bug to me.
In GolfStream,
A#[Income Statement].TreeDescendantsInclusiveR.Where(HasChildren = True) --> flat list of base members in reverse order
A#[Income Statement].TreeDescendantsInclusive.Where(HasChildren = True) --> flat list of base members in order
A#[Income Statement].TreeDescendantsInclusiveR.Where(HasChildren = False) --> flat list of base members in reverse order (Same as above)
A#[Income Statement].TreeDescendantsInclusive.Where(HasChildren = False) --> flat list of base members in order (Same as above)
A#[Income Statement].Tree.Where(HasChildren = True) --> No members returned.
Related Content
- 1 year ago
- 3 years ago