Hi - hoping someone can help.
I have a parent row where I want to return: 'Complete' if all children have a value in that column, if any are blank, I want to return another column for that row.
If this is too complex I will settle for 'Complete' if all children have a value or 'Incomplete' if at least one child is blank.
See below for expected outcome:
this is the formula I was hoping would work for the full outcome but it's erroring:
=JOIN(COLLECT(CHILDREN([Fulfilment Country]@row), CHILDREN([Fulfilment Country]@row), ISBLANK(CHILDREN())), CHAR(10))
Many thanks for any help in advance.