Parent/child hierarchy disappears on the report

Hi

When I build a report the parent & child hierarchy from the sheet doesn't pull across, is there a way to make this happen please?

Answers

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭

    Hi @Jen Payne

    You can add a helper column for level in your main sheet then you can use the grouping in a report by level column.

    use the following formula to define the level in the helper column

    =IF(COUNT(CHILDREN(Task@row)) > 0, COUNT(ANCESTORS()) + 1)

    PMP Certified

    bassam.khalil2009@gmail.com

    ☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"

  • Thank you Bassam

    I've added that column and copied the formula. It works for the first parent child hierarchy but any children under that do not display properly (or as in the sheet).

    That's probably more due to my knowledge around IF formulas!! Thanks you for your help.

  • David Dolch
    David Dolch ✭✭✭✭✭

    I am following this thread, as this would be useful for me as well.