Hi, Robert. The most powerful logical calculus (or, and, not, etc) in MLO can be found in the "advanced" section of the view definition, so you will probably have the best chance of success if you try to build your solution there.
This is not a fully thought out solution, just kind of a pointer in a promising direction. You could make two sets of schedule contexts, an "or" group and an "and" group. So you might have a schedule context named "OR1018" for tasks that can always be executed between 1000 and 1800 and can also be executed at certain locations. And you could have a schedule context named "AND1018" for tasks that can only be done between 1000 and 1800 but only if you are in the right location. Finally you could create several location contexts like "city". Then, you would create three group contexts, ANDtimes, ORtimes, and loctions, each of which would be defined to "include" all of the relevant contexts that belong to it. Then, you could create a custom view showing tasks where (context contains ORtimes OR ((context contains ANDtimes) AND (context contains locations))) On Thursday, October 18, 2012 9:45:36 AM UTC-4, robert roszak wrote: > > Hey. I can't seem to find the simple feature of setting condition for > tasks that have 2 contexts. For example I'd like to have a task that had 1 > location based context (e.g. 'in city') and the other one for hours (e.g. > '10-18'). I'd like to be able to choose if these contexts need to be BOTH > matched or ONLY ONE and I think I could achieve that by putting AND or OR > between them. I know what you'll say - there's time schedule for every > context, right? Yes there is, but I don't want to limit my 'in city' > context FOR EVERY TASK but just for specified one! There are tasks that > require to be handled in diffrient hours and setting one time schedule for > context for EVERY TASK is simply not the best options... > Or am I missing something...? > -- 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/-/otfZFTc7iPUJ. To post to this group, send email to mylifeorganized@googlegroups.com. To unsubscribe from this group, send email to mylifeorganized+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/mylifeorganized?hl=en.