Forums

Discuss all things Remember The Milk.

Help with time estimates

(closed account) says:
I am trying to set up a few smartlists which I can click on when I have a break in my schedule to get some smaller tasks done.
So far I have them titled: > 15 mins, > 30 mins, and > 1 hour
To keep them more organized I want the > 15 list to contain all tasks below 15 mins, but the > 30 mins list to only include tasks that will take between 16 and 30 mins, and the > 1 hour list to only have tasks that will take between 31 mins and 1 hour. I have time estimates on all my tasks, but nothing at all is showing up in those lists.


The code is as follows for each:
15 mins:
status:incomplete and timeEstimate:”< 15 minutes”

30 mins:
status:incomplete and timeEstimate:” 30 minutes”

1 hour:
status:incomplete and timeEstimate:” 1 hour”
Posted at 12:21pm on April 16, 2009
raymond.bergmark Power Poster says:
Try this (no need for status:incomplete)
15 mins:
timeEstimate:"<16 minutes"

30 mins:
timeEstimate:">15 minutes" AND timeEstimate:"<31 minutes"

1 hour:
timeEstimate:">30 minutes" AND timeEstimate:"<61 minutes"

I copied your citation marks (") but had to remove them and add my own, something strange there.
Posted 14 years ago
(closed account) says:
Wonderful! You are amazing, thank you so much =D
Posted 14 years ago
Log in to post a reply.