Milestone Report - Parent Row
Hi All
I have built a milestone report (showing all tasks with a duration of 0d)
I would like to have the "parent" row show up then those milestones for that parent follow.
For example: We have parent rows "design" and "build", we have 5 milestones underneath each parent.
Is this possible? I believe I have done this in the past, but cannot for the life of me recall how this was done.
Best Answer
-
There are a few ways to do this.
I suggest adding a couple of helper columns to your source sheet as detailed below:
Ancestors: =COUNT(ANCESTORS())
Stage: =IF(ancestors@row=0,[task name]@row,PARENT([task name]@row))
Then in your report add a filter 'Stage' is one of….
Answers
-
There are a few ways to do this.
I suggest adding a couple of helper columns to your source sheet as detailed below:
Ancestors: =COUNT(ANCESTORS())
Stage: =IF(ancestors@row=0,[task name]@row,PARENT([task name]@row))
Then in your report add a filter 'Stage' is one of….
-
Thank you so much! That worked!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives