Hi, Alexis. No screenshot but here is the filter, all tested and debugged:
((DueDateTime before Today+2) AND ((DueDateTime onOrAfter Today+1) OR
(DueDateTime OnOrBefore Today+0.00001)
Let me explain that last part. "OnOrBefore Today" will include the past
plus anything scheduled today regardless of what time if any it's
scheduled. "OnOrBefore Today+0.25" will include the past plus anything
scheduled for today up through 6:00 am (because 0.25 of a day is 6
hours). So to eliminate anything scheduled for any time today regardless
of what time it's scheduled for and leave only today's tasks that have
no time, you have to code Today plus some number, but the number has to
be smaller than the earliest time anybody might schedule for a task.
0.00001 of a day, if I did my arithmetic correctly, is 0.8 of a second,
or 00:00:00.8 which is pretty early in the day.
Note that if someone specified a due date and sets a time as well, but
the time is midnight, you cannot tell that apart from having no time at all.
Apology: in my first reply I showed coding with a day followed by a
time, like Today+1 00:00 - this is bogus. I should always test my
solutions before posting them but this time I didn't.You have to code
today plus some number where the integer part is a day and the
fractional part is a part of a day, like Today+1.25 - also, 1.00000 is
treated as the same as 1 so there is no way to distinguish "tomorrow at
midnight" from "tomorrow all day"
Finally, Alexis, if you have any trouble following all of this
discussion feel free to ignore it and just copy the filter.
-Dwight
> > an email to
mylifeorganiz...@googlegroups.com <javascript:>
> > <mailto:
mylifeorganiz...@googlegroups.com <javascript:>>.
> <javascript:>
> > <mailto:
mylifeo...@googlegroups.com <javascript:>>.
> <
https://groups.google.com/group/mylifeorganized>.
> <
https://groups.google.com/d/msgid/mylifeorganized/41d9c995-e710-42e1-b7ed-355a29cbdbad%40googlegroups.com?utm_medium=email&utm_source=footer
> <
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
mylifeorganiz...@googlegroups.com
> <mailto:
mylifeorganiz...@googlegroups.com>.
>
https://groups.google.com/d/msgid/mylifeorganized/cfdeb3f4-e047-458d-a14c-786e7c0a552f%40googlegroups.com
> <
https://groups.google.com/d/msgid/mylifeorganized/cfdeb3f4-e047-458d-a14c-786e7c0a552f%40googlegroups.com?utm_medium=email&utm_source=footer>.