Skip to main content
Newcomer
June 16, 2022

Member Expansion First Base Member

  • June 16, 2022
  • 2 replies
  • 0 views

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

Veteran
June 16, 2022

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

 

lore_hepoAuthor
Newcomer
June 16, 2022

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