SmartList: CompletedWithin last (previous) month
ondrejvalka says:
Is it possible to list all the task I've completed last month? I can't found any solution, that would be flexible and could be used as a SmartList.
ondrejvalka says:
Notice: To list all the tasks completed last week I use
completedWithin:"8 days of monday"
I haven't found any better solution to list tasks I completed from the last monday to the last sunday.
completedWithin:"8 days of monday"
I haven't found any better solution to list tasks I completed from the last monday to the last sunday.
andrewski (Remember The Milk) says:
I think completedWithin:"1 month of today" should work. Is that what you're looking for?
sdkaran says:
i too use something similar:
completedWithin:"1 week of sunday"
this gives me tasks completed this week. but i also want last week. something like:
completedWithin:"1 week of last sunday"
but that does not work.
the solution suggested "completedWithin:"1 month of today" does not work well, since at the end of the month, you will get mostly this months items.
any other suggestions? how do you specify "last sunday"?
completedWithin:"1 week of sunday"
this gives me tasks completed this week. but i also want last week. something like:
completedWithin:"1 week of last sunday"
but that does not work.
the solution suggested "completedWithin:"1 month of today" does not work well, since at the end of the month, you will get mostly this months items.
any other suggestions? how do you specify "last sunday"?
andrewski (Remember The Milk) says:
sdkaran,
I think in your case something like completedWithin:"2 weeks of today" NOT completedWithin:"1 week of today" would work well.
I think in your case something like completedWithin:"2 weeks of today" NOT completedWithin:"1 week of today" would work well.
sdkaran says:
great that works well. i now have to smart lists:
completedThisWeek: completedWithin:"1 week of sunday"
completedLastWeek: completedWithin: "2 week of sunday" and (not completedWithin: "1 week of sunday")
Thanks,
completedThisWeek: completedWithin:"1 week of sunday"
completedLastWeek: completedWithin: "2 week of sunday" and (not completedWithin: "1 week of sunday")
Thanks,
sdkaran says:
whoops, i mean "two" smart lists...