cancel
Showing results for 
Search instead for 
Did you mean: 

Filter records if more then 7 days.

Former Member
0 Kudos

Does anyone know how I can filter my records if more then 7 days.

Basically I want to create a task report and then report on all task due for the week. Is there a formula i can use to suppress if task due date is past the week?

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Jared,

Go to report > selection formulas > record and use this code:

{task_due_date} <= Minimum(WeekToDateFromSun) + 6

-Abhilash

Former Member
0 Kudos

Awesome! Thanks

Answers (0)