Everything I have done last week
mowee says:
At my job we have a conference every monday. We talk about what we got done during the last week and whats important in this week. Since I'm using rtm for everything I would like to create a smart list for everything I have done in the last week.
For example: I open the list on monday. Then I would like to see everything from the last monday until the last sunday.
Is there a way to make this happen?
For example: I open the list on monday. Then I would like to see everything from the last monday until the last sunday.
Is there a way to make this happen?
Probably the best way to accomplish this is to use the following search:
completedWithin:"1 week of today"
This will display all tasks that were completed in the last week.
You can also add additional criteria to the search, if necessary. If you wanted to narrow in on a specific list, for example:
completedWithin:"1 week of today" AND list:ProjectZ
Hope that helps!
completedWithin:"1 week of today"
This will display all tasks that were completed in the last week.
You can also add additional criteria to the search, if necessary. If you wanted to narrow in on a specific list, for example:
completedWithin:"1 week of today" AND list:ProjectZ
Hope that helps!
mowee says:
Thank you, this really helps. Exactly what I needed.
And If you want to discuss what's due this week you can also search for this:
dueWithin:"5 days of today"
If you want to discuss what's due this week, although you may also want to include high priority tasks without a due date for instance, so for instance:
dueWithin:"5 days of today" AND priority:1
Have fun!
dueWithin:"5 days of today"
If you want to discuss what's due this week, although you may also want to include high priority tasks without a due date for instance, so for instance:
dueWithin:"5 days of today" AND priority:1
Have fun!