Alexis: In MLO, "today with no time" is coded exactly the same as "today at midnight (00:00)". If you rewrite your problem statement using "today at midnight" it becomes easier to solve. If I am understanding you, you do want to see tasks with due date tomorrow all day (0000-2359), you do not want to see tasks due today after midnight (0001-2359) and you do want to see tasks today midnight and before. So your test would be (((dueDateTime onOrAfter Today+1 00:00) AND (dueDateTime Before Today+2)) OR (dueDateTime onOrBefore Today 00:00))

The places where I coded 00:00 can probably be omitted but I put it in to keep myself less confused.

It's possible that you did not want to exclude tasks that were due today at a time that has already passed, in which case you would substitute Now for the last Today.(((dueDateTime onOrAfter Today+1 00:00) AND (dueDateTime Before Today+2)) OR (dueDateTime onOrBefore Now))

Or if you wanted to include tasks due earlier today but only if they were overdue by 3 hours or more you could use Now-0.125 because three hours is 1/8 of a day and 1/8 = 0.125.
-Dwight

On 12/13/2016 11:39 AM, Alexis wrote:
I would like to see tasks (using advanced filter) which are due on and
before tomorrow (Today +1) but i don´t want to see tasks which are due
today in 2 hours. (has a time). It would be easy if there would be the
argument (has no time). But i can´t find it and can´t think of any
workaround. Any ideas?

Thank You
Alexis

--
You received this message because you are subscribed to the Google
Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mylifeorganized/41d9c995-e710-42e1-b7ed-355a29cbdbad%40googlegroups.com
<https://groups.google.com/d/msgid/mylifeorganized/41d9c995-e710-42e1-b7ed-355a29cbdbad%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/927f1a1b-1d97-4fc3-92e9-b6c29ca323b8%40dwightarthur.us.
For more options, visit https://groups.google.com/d/optout.

Reply via email to