06-16-2022
10:48 AM
- last edited on
05-23-2023
11:16 AM
by
JackLacava
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
06-16-2022 12:00 PM
Please try E#[|CVEntity|].Children.First
06-16-2022 05:11 PM
thanks, also I learned that it does not work when nesting , only when is selected in it's own level