Hi All,
I'm stumped trying to get a join / collect statement to work.
I have Ancestor / Children columns set up, and on the Ancestors = 0 rows, I would like a text string of the column QLICI ID summarized for all Child rows - separated by a dash and return.
Here is what I have currently, but its not working:
=IF(Ancestors@row = 0, "- " + (JOIN(COLLECT([QLICI ID]:[QLICI ID], CHILDREN(), CHAR(10) + "- "))))
The QLICI ID is the primary column.
Appreciate any insights you can offer!
Thanks,
Ann