Member Expansion First Base Member

cebalorena
New Contributor

What is the best approach to choose the first base member in a hierarchy, the following member filters not returning the expected results. E#|CVEntity|.Base.First nor E#|CVEntity|.First.Base or  E#|CVEntity|.Children.First.Base

Entity keeps pulling in POV as in CV which is a parent

the goal is to pick one single member from the hierarchy for Input 

thanks

 

2 REPLIES 2

NidhiMangtani
Contributor III

Please try E#[|CVEntity|].Children.First

 

Thanks,
Nidhi Mangtani

cebalorena
New Contributor

thanks, also I learned that it does not work when nesting , only when is selected in it's own level