Expand my Community achievements bar.

Adobe Summit is live! Tune in to take part in the premier digital experience event.
SOLVED

Using the Assignment User ID field in a report, how do I filter some task owners and include others?

Avatar

Level 2

Some of my tasks in projects include several task assignees. In a task-level report, I only want to see a few people assigned to a task, not everyone assigned to that task. I know not to use the Assignment to ID since that only pulls the primary owner.  

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @rsmall 

You'd have to 

  1. iterate over the task assignees
  2. in your valueexpression do a check who you don't want to see

 

But I'd recommend doing an assignment report where you filter by the users you want, group by user, and include the task name. 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @rsmall 

You'd have to 

  1. iterate over the task assignees
  2. in your valueexpression do a check who you don't want to see

 

But I'd recommend doing an assignment report where you filter by the users you want, group by user, and include the task name. 

Avatar

Level 2

Thank you! Starting with an assignment report has been the easiest fix.