I have setup a dashboard of actions by area, but it turns out that is
a task is assigned to a project, that task can't have an area. The
dashboard then has a lot of tasks that are under the "(no area)"
section rather than being in the area that it's parent project is in.
Do tasks assigned to projects inherit the projects area? If so, is
there a way to have that show up in the dashboard?
Here's the dashboard code:
~~~~~~~
{{cols2{
{{col{
<<tiddler 'Ticklers Requiring Action'>>
<<mgtdList title:'Next Actions' startTag:Action tags:'Next && !Done'
view:ActionProj mode:global
group:Area
gView:bold
where:tiddler.hasActiveProject()
newButtonTags:'Action Next'
>>
<<mgtdList title:'Waiting Actions' startTag:Action tags:'[(Waiting
For)] && !Done' view:ActionProj mode:global
group:Area
gView:bold
where:tiddler.hasActiveProject()
newButtonTags:'Action [(Waiting For)]'
>>
}}}
{{col{
<<mgtdList title:'Future Actions' startTag:Action tags:'Future && !
Done' view:ActionProj mode:global
group:Area
gView:bold
where:tiddler.hasActiveProject()
newButtonTags:'Action Future'
>>
{{scroll10{
<<mgtdList title:'Done Actions' startTag:Action tags:'Done'
view:DoneAction mode:global
newButtonTags:'Action Next Done'
sort:-modified
>>
}}}
}}}
}}}
~~~~~~~
Thanks,
Jono
--
You received this message because you are subscribed to the Google Groups "GTD
TiddlyWiki" 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/gtd-tiddlywiki?hl=en.