Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
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?
Solucionado! Ir para a Solução.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
Hi @TimBa4 - 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.
Visualizações
respostas
Total de curtidas