How to show sub tasks when filtering by Parent Task in Grid view?

When I set a filter for a Parent Task, it shows only the Parent Task. I'd like it to to also show sub-tasks under the Parent task- is this possible?
Best Answer
-
Yes. My suggestion is another column with a formula in it to automatically pull the parent row data for you.
Answers
-
You would need a helper column that pulls the parent row data onto each of the child rows and then leverage this column in your filter.
-
Thanks. Does this mean in essence adding the Parent Row task name to each of the child rows?
-
Yes. My suggestion is another column with a formula in it to automatically pull the parent row data for you.
-
thanks Paul!
-
Happy to help. 👍️
-
Have that formula handy @Paul Newcome
-
@Amy Adams Try something along the lines of
=IF(COUNT(CHILDREN([Column Name]@row)) > 0, [Column Name]@row, PARENT([Column Name]@row))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives