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
tkrekeler
3 years agoNew Contributor III
Extracting Dimension hierarchies
Hi,
There seems to be an issue when pulling members through GridView from the dimension library. As shown in the screen shot below, when filtering on a specific roll up within the dimension using...
JackLacava
OneStream Employee
3 years agoI believe that's expected behaviour. If a child has two parents, how could the system decide which parent to display...? If you know that you don't want to show children under a particular node, append a .Remove(A#YourParent.Children) to the current filter.
ckattookaran
3 years agoValued Contributor
That is interesting, I thought .Remove only takes a specific member name, not functions.
- JackLacava3 years ago
OneStream Employee
I tested it and it seems to work here (7.2.2). The related sample says it takes a list of members, so using expansions to generate that list should be ok.
Related Content
- 1 year ago
- 2 years ago
- 8 months ago