Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Creating a Project report based on Task Assignment Role/Team

Avatar

Level 4

Hi,

 

I am trying to create a project report based on the project containing tasks assigned to a particular team or role and the said tasks not being canceled. We have templates with Role and Team assignments so the Project User Role/Project User filters are not pulling in accurate data. I was trying to figure out how to do this with Exists filters but wasn't able to get to work. 

 

Wanted to see if anyone has any ideas on how to do this. Thanks!

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @SuryaLakhani 

In my example I use project:status = CUR

See if this example helps? 

EXISTS:a:$$EXISTSMOD=EXISTS
EXISTS:a:$$OBJCODE=TASK
EXISTS:a:OR:1:teamID=65c377cb000c55996086696fb63dbd1c
EXISTS:a:OR:2:roleID=64d51cce0134c709b8730f9655a14f4b
EXISTS:a:projectID=FIELD:ID
status=CUR

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @SuryaLakhani 

In my example I use project:status = CUR

See if this example helps? 

EXISTS:a:$$EXISTSMOD=EXISTS
EXISTS:a:$$OBJCODE=TASK
EXISTS:a:OR:1:teamID=65c377cb000c55996086696fb63dbd1c
EXISTS:a:OR:2:roleID=64d51cce0134c709b8730f9655a14f4b
EXISTS:a:projectID=FIELD:ID
status=CUR