Forum Discussion
JackLacava
Honored Contributor
RafMarques wrote:
Hi Jack,
.Remove and .List do not work in my case, as I would need to know the member name.
No you don't, you can get that by nesting another expansion. I can't test it but IIRC something like this should work: E#Parent1.TreeDescendantsInclusive.Remove(E#Parent1.TreeDescendants.Where(HasChildren = True).Last)
I agree that we could do with slightly better control of lists though.
sudarshan
2 years agoNew Contributor III
Hi Jack,
Not able to nest expressions like this or maybe I'm doing something wrong. Do you have any other alternatives?
Thanks,
Sudarshan
Related Content
- 3 years ago
- 2 years ago