Actions by Project only for a selected Contact
Create a new tiddler. (More, TW, New Tiddler). Give it a suitable name, for example, 'Big Bird by Project' and paste in the following adjusting the contact name as required:
<<mgtdList title:'Big Bird'
startTag:Action
tags:'Next && !Done'
view:Action
mode:global
group:Project
gView:bold
newButtonTags:'Action Next'
where:'tiddler.hasActiveProject() && tiddler.getParent("Contact")=="Big Bird"'
>>
Now to make it accessible, edit DoWorkMenu or perhaps ReviewMenu. (More, TW, All, ReviewMenu, edit) and put [[Big Bird by Project]] in there.
<<mgtdList title:'Big Bird'
startTag:Action
tags:'Next && !Done'
view:Action
mode:global
group:Project
gView:bold
newButtonTags:'Action Next'
where:'tiddler.hasActiveProject() && tiddler.getParent("Contact")=="Big Bird"'
>>
Now to make it accessible, edit DoWorkMenu or perhaps ReviewMenu. (More, TW, All, ReviewMenu, edit) and put [[Big Bird by Project]] in there.
On Thu, Jan 22, 2009 at 12:15 AM, Ulf <....@googlemail.com> wrote:
Hi
how can i achieve a List of actions grouped by project for only one
contact? I like the style of "Next Actions" from "Grouped by Project",
but it shows actions of all contacts.
thanks in advance
Ulf
0 Comments:
Post a Comment
<< Home