I need to build out a report that pulls the below information:
Report needs to show the parent and child rows
-Parent is not assigned but child is assigned
-Parent is assigned and child is assigned
I am open to helper columns but everything I have tired is not working.
Formulas:
-Parent Helper: =COUNT(ANCESTORS())
-Assigned Helper: =IF(COUNT(CHILDREN([Assigned To]@row)) > 0, [Assigned To]@row, PARENT([Assigned To]@row))
Assigned Helper is only pulling form the parent assigned to not the child and I am unsure how to get this to populate in a report.
any help is appreciated.
Thanks,
Alexis