not able to create desired search filter
vik.ceo says:
hie
I have a list "work"
I want to show it all the task which were either completed last week or are due in next week.
I wrote it like:
(completedWithin:"One week of today" or dueWithin:"One week of today) and list:"work"
But this does not work. It only gives me the tasks due within one week of today. I have tried creating separately these criteria and it works fine in that case.
I have a list "work"
I want to show it all the task which were either completed last week or are due in next week.
I wrote it like:
(completedWithin:"One week of today" or dueWithin:"One week of today) and list:"work"
But this does not work. It only gives me the tasks due within one week of today. I have tried creating separately these criteria and it works fine in that case.
vik.ceo says:
any updates on this please?
andrewski (Remember The Milk) says:
Sorry I missed your forum post yesterday.
It sounds like you're entering your desired criteria correctly (perhaps with exception to the missing quotation mark at the end of your dueWithin).
However, when you look at your results, do you see a number of completed tasks on the right? By default, RTM searches will only show incomplete tasks.
It sounds like you're entering your desired criteria correctly (perhaps with exception to the missing quotation mark at the end of your dueWithin).
However, when you look at your results, do you see a number of completed tasks on the right? By default, RTM searches will only show incomplete tasks.