Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 years ago
- 10 months ago
- 3 years ago
Hi Everyone.
I wanted to see if there is a way to obtain the entities that are under another one but with a filter, like the following:
E#|!PerformPnL_Entity!|.TreeDescendantsInclusive.Where(Text1 StartsWith M_ and (HasChildren = True))
I want to do this in a BR, but I am not sure exactly how to do it or if it is possible, since GetBaseMembers brings all of them and I would like to filter it first so that there are not too many entities to verify.
I would appreciate it if you could help me with this question.