Task report filtered by Program Owner ID $$USER.ID | Community
Skip to main content
Rianne1
December 6, 2022
Solved

Task report filtered by Program Owner ID $$USER.ID

  • December 6, 2022
  • 1 reply
  • 1168 views

How do I text mode filter a TASK report to show only the PROGRAMS that the user owns (Program Owner ID)?

As well as having these 2 filters:

Project >> Status Equates With >> Equal Planning

and

Assignment Users >> Role ID >> Equal "one of the role names"

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by FemkeCr

Hi,

To filter all tasks within programs of a specific Program Owner ID, you could use the following text mode in a TASK report:

EXISTS:A:$$OBJCODE=PROJ
EXISTS:A:ID=FIELD:projectID
EXISTS:A:program:ownerID=$$USER.ID

 

You could start by having all your other filters already set up, then change to text mode and paste the three lines in there.

Does this work?

1 reply

FemkeCrAccepted solution
Level 4
December 6, 2022

Hi,

To filter all tasks within programs of a specific Program Owner ID, you could use the following text mode in a TASK report:

EXISTS:A:$$OBJCODE=PROJ
EXISTS:A:ID=FIELD:projectID
EXISTS:A:program:ownerID=$$USER.ID

 

You could start by having all your other filters already set up, then change to text mode and paste the three lines in there.

Does this work?

Rianne1
Rianne1Author
December 8, 2022

I think this works! Thank you! 🙌

Rianne1
Rianne1Author
December 13, 2022

@femkecr do you know how I would need to/could amend this to get it to work on a PROOF APPROVAL report?