Tasks on At Risk and Milestones Reports
Hello! When using reports such as At Risk and Milestones, the appropriate Tasks surface however not their corresponding Parent Phase/Category. So for the projects I work on, it is not helpful to see Tasks without that Parent. Does anyone have a method or workaround to make the Parent surface on the report with the Tasks? Thank you!
Answers
-
I use a checkbox column that has a formula that mimics the report criteria to check the child row boxes and then in the parent rows the box is checked if there is at least one child row checked.
Then I pull my report based off of the checkbox column.
-
@Paul Newcome Amazing! That is so helpful. To make sure I follow, you have the checkbox column on the tracker sheet? Do you mind sharing how the formula reads so I can replicate it? Or if there is an article that explains this that you can point me to that would be great as well. I'm still a formula novice. :-) Many thanks.
-
It would end up being an IF statement with possibly some OR/AND functions tucked in. The structure of the formula is going to depend on your exact needs.
Basically what you can do is spell out your report criteria and then write an IF statement to capture all of that. If you want to spell it out here, I'd be happy to help you put something together.
-
Hi Paul,
I spent some time this week reading up on formula documentation and watching a few videos. I am still challenged to set up the formula based on my specific use case here. I assembled the attached slide to visualize the problem I'm trying to solve. Let me know if this is enough information for you to guide me further on the formula. A million thanks!
Michele
-
What is your actual report criteria?
-
The only criteria I have is At Risk column = checked. I basically took the At Risk report template that Smartsheet provides and just adjusted it to feed in from my sheet/tracker rather than the one in the template set. Thank you!
-
Ok. Are you using a formula to flag "At Risk" rows or is that a manual process?
-
Hi Paul, sorry I went quiet, got caught up in other priorities the last two weeks! The At Risk flag is manual. I am open to changing my approach to use a formula to drive that flag if it will help accomplish what I'm trying to do. Thank you.
-
You could automate the entire column, but at the very least you are going to want to automate the parent rows. We would use an IF statement to say that if the count of child rows that are flagged is greater than zero, then flag the parent row.
=IF(COUNTIFS(CHILDREN(), 1) > 0, 1)
Now that the parent rows are automatically flagged as soon as one of their child rows is flagged, it should pull into your report.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 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