Hi, I am used to using this formula: =JOIN(DISTINCT(COLLECT(CHILDREN(), CHILDREN(), <>"")), CHAR(10))
to roll up unique children but have replaced the 'children' with 'descendants':
=JOIN(DISTINCT(COLLECT(DESCENDANTS(), DESCENDANTS(), <>"Total")), CHAR(10))
but it's returning both children and descendants?
I only want descendants?
Any ideas on how to solve welcome. thank you!