Problem: Iâd love to see a column where it shows me if there are any tasks in the Inbox section of each project. OR even just if there are any unassigned tasks.
It would solve having to open the project to check.
Example: Social Media Queue would have a 0 next to it
This can be done! Youâll need to add a custom field and some rules to each project, as well as a rollup custom field in the portfolio.
First, in the projects youâll need to create a Number custom field called âInbox.â Make sure it is added to your org library and set as a Number field with the Format set to None.
Next, create a rule that says: When a task is moved to the Inbox / New Request section, set the value of the Inbox custom field to 1.
Youâll also want another rule that says: When a task is NOT in the Inbox / New Request section, set the value to 0.
You will need to manually set this value for any items that already exist in the Inbox section, as they wonât trigger the rule retroactively.
Finally, go to your portfolio and create a new Rollup field called Inbox Count. Enter the Inbox field inside the parentheses () of the formula.
That should do it!
You can use similar logic to add a value to tasks without an assignee.
@Brooke_Christensen the only way I can think to exclude completed tasks would be to have a rule that clears the estimated time when theyâre marked complete. Maybe someone else can weigh in with another option? @Richard_Sather has posted a lot about formulas and rollups, maybe he has a trick up his sleeve?
In addition to @Jeremy_Longâs great answer, another simpler way to see the data youâre looking for is graphically in the Dashboard with a couple of charts.
Of course you asked for it in the List view of the Portfolio, not the Dashboard, but just wanted to mention that because itâs more straightforward, albeit not as nice as a cell in List view along with the others, but maybe of interest to others looking to avoid rules and custom fields.
@Brooke_Christensen@Jeremy_Long Had some great answers here. One thought I had, and this may not be relevant to your use case, is if you wanted to keep the Estimated hours in order to compare to Actuals.
If you are not concerned with saving this data for comparison, then just ignore the rest of this post
If you do want to save this information, you could create a second custom field to use for your rollup. Have a rule that when the Estimated hours is updated, update the second custom field. Then have another rule to zero the second field out when the task is completed (as @Jeremy_Long suggested). Use the new custom field to rollup to your portfolio view.
@Brooke_Christensen In addition to @Jeremy_Long âs suggestion, based on your screenshot it looks like the Client Number custom field may be set to a different field type. Rollup and formulas only work with number custom fields. If itâs a different field type, you may need to recreate it.
I think weâre out of options, @Jeremy_Long . I think your suggestion would work fine in theory as I havenât tried it. But Iâm generally not a fan of âclearingâ any data unless for a good cause.
@Brooke_Christensen , I would agree with @lpb , you could develop these metrics within your Portfolioâs dashboard which you may find more visually appealing, rather than rollups.