Report to include Parent row but only current user
I have a report with multiple assignees of a task. I set the report up to show just current user and it looked OK until I realised the Parent row was missing. Using this forum I introduced a 'Helper' column with this code =JOIN(CHILDREN([Assigned To]@row), ", ") it does a great job of pulling all the names in but I cannot say equals to current user when I am trying to set the filter up on the report. Thanks in advance, Paul
Answers
-
HI vipa2000,
The filter of current user will work with a contact-list property column (Assignees in your case).
JOIN function does not create a contact-list, but a string. That is why it could not help.
Currently, there is no formula to create a contact.
My idea is , in Assignees column, you can populate all the contacts of children rows in the parent row.
Hope that helps.
Gia Thinh Technology - Smartsheet Solution Partner.
-
I have a report with multiple assignees of a task. I set the report up to show just current user and it looked OK until I realised the Parent row was missing. Using this forum I introduced a 'Helper' column with this code =JOIN(CHILDREN([Assigned To]@row), ", ") it does a great job of pulling all the names in but I cannot say equals to current user when I am trying to set the filter up on the report. Thanks in advance, Paul
Hi Gia, how would I populate the parent row? Regards Paul
-
Got 2 ways to populate the parent row
- At the beginning of the project, you manually key in contacts of all the project's members.
- Use helper column and worflows to automate the populating
First, add a new helper column "JOIN" with formula as below
=JOIN(CHILDREN(Assignee@row), ",")
then create an Assign People workflow to add Assignees to the parent row when a new member added to tasks. Remember to disable "Replace existing values..."
then you can duplicate the above worflow for another member. It means if you got 10 members then you will create 10 worflows.
That's the solution I came up with. Hope that helps.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Hi Gia, great thanks. I can follow your thought processes for both solutions. It seems adding the people in manually for each parent maybe the easiest. I looked at solution 2 and tried to find a way to copy the parent helper cell across to the assignee column, but to no avail.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!