Task Report Filter + 30 days | Community
Skip to main content
Level 9
June 5, 2020
Solved

Task Report Filter + 30 days

  • June 5, 2020
  • 2 replies
  • 565 views

Hi WF Community,

Does anyone know if I can do the following filter on a task report?

  • Task planned completion date = $$TODAY+30d

I'd like to filter tasks that have a planned completion date within the next 30 days. I'd like to avoid a static filter that uses the 'between' operator, as I would have to update that filter everyday in order for it to capture the next 30 days.

My above filter doesn't seem to capture any results (aka not working).

Thoughts?

Thanks.

Nick

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 AdinaPi1

You're close.

Do Task > Planned Completion Date Between $$NOW (or $$TODAY) and $$TODAY+30d

2 replies

AdinaPi1Accepted solution
Level 9
June 5, 2020

You're close.

Do Task > Planned Completion Date Between $$NOW (or $$TODAY) and $$TODAY+30d

NickVa7Author
Level 9
June 5, 2020

Ahhh, 'between', that's it! You rock, thanks, Adina!