Show the children of a row in a report

Dear all,

I have a sheet with a hierarchy of rows (parents / children / grand children), I have a report that selects parent rows, I would like to show the children / grand children of the selected parent rows in my report even though the children / grand children do not meet the selection criteria. Is this possible?

Regards,

Antoine.

Tags:

Answers

  • James Keuning
    James Keuning ✭✭✭✭✭

    You can create a helper column to see if the parent meets criteria, and if so, return a value, like YES.

    And then another helper column to return that field for the children.

    Then your filter checks those two fields for YES.