[MLO] Re: Day of Week Property

2018-11-12 Thread Pro Boxing Dad
Thanks for the reply/ Yes, I am aware of grouping options, but in this case 
i just want a single view with the exact result set, 

So the enhancement request is basically a new filter. "In the Next X 
[DayOfWeek]" 

Think in terms of "In the next X days" filter currently available. Now just 
add a function for each day of the week. Thus you could create a view such 
as "Meetings on the next three Mondays"

Thanks



On Wednesday, November 7, 2018 at 11:52:20 AM UTC-6, Andrei Bacean wrote:
>
> hi
> an workaround is to group by date.
> then, just expand the Sunday group to see Sunday's tasks.
> br
> Andrew
>
> понедельник, 5 ноября 2018 г., 10:46:24 UTC+2 пользователь Pro Boxing Dad 
> написал:
>>
>> So I would love the ability to create a view that says "Show my the 
>> chores I have to do this weekend"
>>
>> I use chores as a context, but am unable to define a day of a week for 
>> the view.
>>
>> Ideally I would use
>> WHERE Context='Chores' AND
>> WHERE DueDateTime='Saturday' OR
>> DueDtaeTime='NextSunday'
>>
>> The attribute for the final where clause is where I need help. Has anyone 
>> come up with a way to do this? I realize there are other properties I could 
>> use that could represent the Next DayOfWeek but I'd really like to keep it 
>> date/day driven.
>>
>> Ideally the user interface would allow for:
>> WHERE DueDateTime=Next 'X' of 'Y' (where X=an integer value which 
>> includes subsequent Y) and 'Y' equals the day of week.
>> So it would be like:
>> WHERE DueDateTime=Next '1' of ''Saturday' or
>> DueDateTime=Next '1' of Sunday.
>> In this example the system would return results for tasks that are on the 
>> next Saturday or Sunday. If I wanted to say "Show me tasks for the next 3 
>> Tuesdays,' I could use the same logic.
>>
>> Thanks
>>
>>

-- 
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 mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
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/e8e05a45-3aef-4b1c-abfd-4495aa17ce91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[MLO] Re: Day of Week Property

2018-11-07 Thread Andrei Bacean
hi
an workaround is to group by date.
then, just expand the Sunday group to see Sunday's tasks.
br
Andrew

понедельник, 5 ноября 2018 г., 10:46:24 UTC+2 пользователь Pro Boxing Dad 
написал:
>
> So I would love the ability to create a view that says "Show my the chores 
> I have to do this weekend"
>
> I use chores as a context, but am unable to define a day of a week for the 
> view.
>
> Ideally I would use
> WHERE Context='Chores' AND
> WHERE DueDateTime='Saturday' OR
> DueDtaeTime='NextSunday'
>
> The attribute for the final where clause is where I need help. Has anyone 
> come up with a way to do this? I realize there are other properties I could 
> use that could represent the Next DayOfWeek but I'd really like to keep it 
> date/day driven.
>
> Ideally the user interface would allow for:
> WHERE DueDateTime=Next 'X' of 'Y' (where X=an integer value which includes 
> subsequent Y) and 'Y' equals the day of week.
> So it would be like:
> WHERE DueDateTime=Next '1' of ''Saturday' or
> DueDateTime=Next '1' of Sunday.
> In this example the system would return results for tasks that are on the 
> next Saturday or Sunday. If I wanted to say "Show me tasks for the next 3 
> Tuesdays,' I could use the same logic.
>
> Thanks
>
>

-- 
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 mylifeorganized+unsubscr...@googlegroups.com.
To post to this group, send email to mylifeorganized@googlegroups.com.
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/459ffa1f-e042-4c42-b8a6-34c23f5935f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.