Need a report showing employees not assigned to any tasks
I am needing a report to show all team members, or members of a group, that are currently not assigned a task.
I am needing a report to show all team members, or members of a group, that are currently not assigned a task.
You can use the below text mode filter in a User report or a User filter:
isActive=true
isActive_Mod=eq
licenseType=F T
licenseType_Mod=in
EXISTS:a:$$EXISTSMOD=NOTEXISTS
EXISTS:a:$$OBJCODE=ASSGN
EXISTS:a:assignedToID=FIELD:ID
EXISTS:a:task:statusEquatesWith=CPL
EXISTS:a:task:statusEquatesWith_Mod=ne
EXISTS:a:status=DN
EXISTS:a:status_Mod=ne
It has three components:
1. User is not deactivated.
2. User has a paid license that allows them to be assigned work.
3. No Assignment exists in which the User is assigned; the task's status is incomplete; and the User hasn't set the task to "Done with my part."
It can be used in conjunction with additional filters, if you need to focus on specific groups, teams, etc.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.