Need help generating a task report of all projects with a certain task name in them. | Community
Skip to main content
TimBaker
New Participant
August 9, 2023
Solved

Need help generating a task report of all projects with a certain task name in them.

  • August 9, 2023
  • 2 replies
  • 705 views

I thought this would be easy but I'm having trouble. I'm trying to create a report that filters by any projects with a specifically named task in them. What is the right way to do this? Let's say the task is called "Upload Final File". How can I generate a report of all projects with that task name?

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 ajdifonzo

Hi Tim, 

 

please try the below, this will allow you to filter on the task name on a project report. 

 

tasks:name=Upload Final File
tasks:name_Mod=eq

 

Also, here is for the task name contains.. Sorry I meant to add this in the original reply 

 

tasks:name=Upload Final File
tasks:name_Mod=cicontains

2 replies

VicSellers
New Participant
August 10, 2023

Hi @timbaker - You might want to try working backwards on this and do a task report (Task Name contains Upload Final File) and then just pull in the Project Level Information in the columns of the report.

ajdifonzo
ajdifonzoAccepted solution
New Participant
August 9, 2023

Hi Tim, 

 

please try the below, this will allow you to filter on the task name on a project report. 

 

tasks:name=Upload Final File
tasks:name_Mod=eq

 

Also, here is for the task name contains.. Sorry I meant to add this in the original reply 

 

tasks:name=Upload Final File
tasks:name_Mod=cicontains