I'm trying to create a search that covers the following:
Any task with Start Date = NULL (i.e.empty)
AND
Any task with Start Date <= 30 days from now.
So what I'm trying to capture is:
1) Tasks I defined no start date for (which is most of my stuff)
2) Tasks I'm supposed to start in the next 30 days
3) Tasks already started (<= Today).
I've tried setting the search to include anything with a Start Date in the next 30 days OR the last 300. But that filters out everything with an undefined Start Date.
And I also wonder if TODAY is covered in the "next X days" or "last Y days" logic. Any thoughts would be helpful. Thanks!
Just wanted to chime in with something I just found out. You can use the keywords "today" and "tomorrow" in start date search expressions. So for my purposes, to see my priority 3 items with a start date today or before that (my big rocks for the week) I use:
Priority is 3 Top
AND
Start Date is
OR
Start Date is before tomorrow
You cannot reply yet
To participate in these forums, you must be signed in.