Hi chuckdevee,
There is a solution for you. You can create custom To-Do list of
*active* tasks adding tasks completed recently.
Just do the following:
1) Create new veiw in To-Do and set "All" for Action Filter.
You get all tasks. Now you need to filter only what you want to see
there.
2) In Advanced section add rule "ActiveAction=TRUE"
This will leave only Active Actions in your To-Do list. Now how to
add completed tasks to it?
3) In the row "ActiveAction=TRUE" add "OR"
4) Add new rule "CompletedDateTime is this week".
This will add to the list of ActiveActions the tasks completed this
week.
Below is the XML export of the view I described. Just save to the file
what is between lines and import it in the "Manage Views dialog":
------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<MLO-ToDoViews-xml ver="1.0">
<ToDoViewsRoot>
<ToDoView Name="MyActiveActions">
<UI ActionFlt="4" UseAdvFlt="True"/>
<AdvFlt>
<RootRule>
<Rule Field="ActiveAction" ConditionName="is true"
ConditionID="310" LinkExpr="OR"/>
<Rule Field="CompletedDateTime" ConditionName="this week"
ConditionID="419"/>
</RootRule>
</AdvFlt>
</ToDoView>
</ToDoViewsRoot>
</MLO-ToDoViews-xml>
----------------------------
Let me know if it works.
Andrey.
On Jan 5, 9:37 am, chuckdevee <[email protected]> wrote:
> Thanks for the suggestion but this won't work unfortunately. My ToDo
> list would then include tasks that I couldn't do immediately. ie tasks
> that are further down the pecking order when I have designated a task
> list in the outline as "Complete Subtasks in Order". I'm trying to get
> a ToDo list of my active tasks, yet one that also shows me those tasks
> I have completed from this list.
>
> On Jan 4, 2:15 pm, Graham Foster <[email protected]> wrote: why
> not just build a ew view of ALL tasks (not just active) which have
> mee marked as complete. You could also add a "this month", and / or >
> group by Project etc if you need it.
> Gragam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---