Expand my Community achievements bar.

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

Create a filter to compare two values in a view

Avatar

Level 3

In my task view, I want to create a filter to compare two field values to determine which task lines to display

I want to compare the Task: projected Completion date and the Project: Planned Completion date.

I want to display any task that has a task: projected completion date greater than the Project: Planned Completion date.

I know I need to do this in Text mode.

Can you tell me the text I need to create

1 Accepted Solution

Avatar

Correct answer by
Level 6

This will give you what you need on a task report:
projectedCompletionDate=FIELD:project:plannedCompletionDate

projectedCompletionDate_Mod=gt

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

This will give you what you need on a task report:
projectedCompletionDate=FIELD:project:plannedCompletionDate

projectedCompletionDate_Mod=gt

Avatar

Administrator

@BillPe Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni