I thought that not checking the toplevel rule will turn off all subrules. I could be wrong, but I think you have just "Completed is False"
Perhaps the ones you want visible are ones with no Start/Due date? This filter will not catch those because neither of the date conditions will be met, even though philosophically an undated task is already started. You would need to add an "AND" "exists" clause as a subrule under each date clause, or add two more "OR" clauses at the same level as your date clauses. Lisa On Thu, Sep 20, 2012 at 8:38 AM, Wayne <[email protected]> wrote: > Thanks. That technique worked great, except I had to un-check the top-level > AND condition for the filter to work. Otherwise the to-do list was filtering > out tasks that should be visible. Here's what I wound up with; is it wrong? > X = rule is checked. > > Blank rule AND > X Starred OR > X StartDateTime in next 3 days OR > X DueDateTime in next 3 days > X Completed is False > > > -- > You received this message because you are subscribed to the Google Groups > "MyLifeOrganized" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/mylifeorganized/-/BWc9WqjYfx4J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mylifeorganized?hl=en. -- Lisa ________________________________ Lisa Stroyan, mailto: [email protected] -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mylifeorganized?hl=en.
