Wow! That's some great info, thank you! :- ) Super impressive. Never seen a to-do app with quite so much flexibility before.
Should the entire rule be written as sub-rules or individual rules? And when you say "Active is True", am I right in thinking that it is "ActiveAction" you're referring to? On Monday, August 1, 2022 at 6:11:21 PM UTC+1 Dwight wrote: > Actually, overdue plus due plus due in the next three days are all > specified by the fairly simple rule > > (dueDateTime onOrBefore Today+3) > > Question: if a task was completed yesterday but isn't due till tomorrow, > do you want it included? If not, then you want > > ((dueDateTime onOrBefore Today+3) And (Complete Is False)) > > So you really want (ACTIVE OR due soon) right? That means we need to talk > about ACTIVE, one of the trickiest things in MLO rules language. The issue > is that advanced rule (Active is true) will show more tasks that what you > see in the Active Tasks view. The reason is that the advanced rule > wotExiarill include tasks that start in the future. This is needed to allow > you to specify "tasks starting in the next n days) - so for a view that > matches Active Tasks you need to specify > > ((Active is True) AND ((StartDateTime DoesNotExist) OR (StartDateTime > OnOrAfter Now))) > > So the entire rule would be > > ((dueDateTime onOrBefore Today+3) And (Complete Is False)) OR ((Active is > True) AND ((StartDateTime DoesNotExist) OR (StartDateTime OnOrAfter Now))) > > Hth -Dwight > > On August 1, 2022 4:46:16 AM EDT, 'Hammy Havoc' via MyLifeOrganized < > [email protected]> wrote: > >Hi all, > > > >I'm trying to recreate Microsoft To Do/Todoist's 'Today' view, but I > don't > >always assign dates to every action, because I really like the 'Active > >Actions' feature. > > > >I want to be able to see my Active Actions, and also be able to see > what's > >overdue, due, and due in +3 days from now. Is this possible? > > > >Sorry for the probably very silly question. The rules thing is quite > >comprehensive for 9 in the morning. :- ) > > > >Stay safe! > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/d2572954-febf-4a32-b9cb-a5c3c0458a05n%40googlegroups.com.
