내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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!

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.