project owner filter on a proof approval report | Community
Skip to main content
Level 4
November 16, 2023
Question

project owner filter on a proof approval report

  • November 16, 2023
  • 1 reply
  • 948 views

Hi All,

Creating a proof approval report, but I need the report to use a project owner filter (this isn't an option when creating filters for this type of report). Looking for assistance on how to generate the correct code in the filter to only bring back proof approvals on a particular project owner's projects.

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

1 reply

Community Advisor
November 16, 2023

Hi Seth,

 

I haven't fully tested this, but in theory this text mode should work as a filter on a proof approval report:

 

EXISTS:1:$$OBJCODE=PROJ EXISTS:1:documents:currentVersionID=FIELD:documentVersionID EXISTS:1:ownerID=INSERT PROJECT OWNERID HERE

 

Let me know how you get on.

 

Best Regards,

Rich.

Level 4
November 16, 2023

I got it to work.  ended up using this code:

EXISTS:1:$$OBJCODE=PROJ
EXISTS:1:documents:currentVersionID=FIELD:documentVersionID
EXISTS:1:ownerID=$$USER.ID
isAwaitingDecision=true
isAwaitingDecision_Mod=eq
isCurrentDocumentVersion=true
isCurrentDocumentVersion_Mod=eq

 

Thanks for the assistance Richard!

Community Advisor
November 16, 2023

Awesome, I could help.