Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
RESUELTAS

Filter Journal Entry Report on Project Start Date

Avatar

Level 1

Dear community, 


I am running several journal entry reports showing task plannedCompletionDate changes for various projects in a certain time frame. Is there a way to filter the report for entries happening only after the project actualStartDate? I am only interested in date changes after the project was set into progress and would like to exclude all changes that happened while the project was still in planning.

I was unsuccessful with text mode and I am unsure if this is possible at all. 

 

Many thanks!

Temas

Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.

1 solución aceptada

Avatar

Respuesta correcta de
Community Advisor

Hi,

 

Try using the following text mode filter on a Journal Entry Report:

 

entryDate=FIELD:project:actualStartDate
entryDate_Mod=gt

 

This text mode should filter to any Journal Entries where the entry date is greater than the Project actual start date.

 

Best Regards,

Rich.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Community Advisor

Hi,

 

Try using the following text mode filter on a Journal Entry Report:

 

entryDate=FIELD:project:actualStartDate
entryDate_Mod=gt

 

This text mode should filter to any Journal Entries where the entry date is greater than the Project actual start date.

 

Best Regards,

Rich.

Avatar

Level 1

Thank you so much Richard, I was missing FIELD: in my text mode line. Now it works, appreciate your help.