kmd
12 months agoContributor
Is it possible to skip a level using a Member Expansion?
Hi all,
I'm looking for a way to skip a dimension parent level in a Tree expansion while still maintaining a tree style view. Does anyone know if this is possible?
Alternatively, does anyone know of a way to declare an expansion MyHierarchy.Tree and include a .Where or .Remove clause? I can't seem to get this to work for me so I wonder if it's just not possible using the "Tree" method.
Example:
Default Expansion based on .Tree expansion
Parent 1
Child 2
Child 3
Base Member
Desired View (skip the Child3 parent):
Parent 1
Child 2
Base Member