Skip to main content
Tammy_Hall-Johnson
New Participant
June 16, 2021
Question

Project Report with multiple task filters.

  • June 16, 2021
  • 2 replies
  • 636 views

I need to create a report that shows me all projects where my Custom Field of Proof Readers is blank AND contains the task of Get Packaging Creative Approved and DOES NOT contain Creative Approval. I can get halfway there but am struggling with the OR statement. I think I am missing something simple. Anyone has any ideas. Here is my starter code below.

DE:Proof Readers_Mod=isblank

ownerID=5a32f0cb00a0590561332aebaa9123cc

ownerID_Mod=notin

portfolioID=59a8a63f006e5d51bcd91ed4a25556d2

portfolioID_Mod=in

status=CUR

status_Mod=in

tasks:name=Get Packaging Creative Approved

tasks:name_Mod=cicontains

tasks:status=NEW INP

tasks:status_Mod=in

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

2 replies

skyehansen
New Participant
June 21, 2021

My guess is, "Creative Approval" is the task name?

If you want to filter for projects where a creative approval task is missing, that would be an exists statement added to your textmode. You can read more about exists statements here: https://one.workfront.com/s/document-item?bundleId=the-new-workfront-experience&topicId=Content%2FReports_and_Dashboards%2FReports%2FText_Mode%2Fcreate-complex-text-mode-filters-using-exists-statements.html&_LANG=en

You are specifically looking for this section: "You must use an EXISTS statement to do the following:

  • Create filters that span multiple levels.
  • Create filters that look for objects that are missing."

It might be as simple as just adding the four lines below to your code, but I would definitely test this before relying on it.

EXISTS:a:$$EXISTSMOD=NOTEXISTS

EXISTS:a:$$OBJCODE=TASK

EXISTS:a:name=Creative Approval

EXISTS:a:projectID=FIELD:ID

kynabaker16
Employee
June 21, 2021

Hi Tammy,

I'm going to see if @Sarah Nau‚ or @Jonathan Hobbs‚ who are both great at reporting have any ideas for you here!

Thanks in advance guys for seeing if you can help out.

Kyna