I have a table with parent and child rows. Whenever I create a table filter view, it applies it to ALL rows and breaks the hierarchy. I want to create a view that simply is applied to the parent rows only, and ignores the child rows but carries them with the parent.
I tried creating a helper "Parent " column, but then it no longer shows the child rows.
For example, I want a filter view that does this: Only show rows where the Parent's Invoiced column is not checked. If the Invoiced column checked, then hide that parent row along with all it's child rows.
e.g. Table Format:
Parent Project 1
—- Ticket 1
—- Ticket 2
Parent Project 2
—- Ticket 3
—- etc.