The status field is on both of them as I use to keep track of the projects 
status and tasks status with the same set. Works for me, it's not that 
detailed, rather more like "open, in work, done" and a few extra status 
likerejected or onhold.

[email protected] schrieb am Mittwoch, 28. April 2021 um 16:54:06 UTC+2:

> G'day,
>
> Silly question:  is the status field on project tiddlers, or is the status 
> field on task tiddlers?
>
> On Wednesday, April 28, 2021 at 11:03:31 AM UTC-3 Bastian wrote:
>
>> Hi all,
>>
>> I'm trying to create a project overview with projects that have open 
>> tasks.
>> The current system has tiddlers that are tagged "project" which defines 
>> them as a project.
>> A task is another tiddler, that has the projects title as a tag and 
>> additionally the tag "task" assigned to them.
>>
>> I'd like to achieve an overview with a list of only the projects, that 
>> have open tasks, but I can't get it to work.
>> This lists me all open projects:
>>
>> [tag[project]!status[done]!status[REJECTED]!status[ONHOLD]sort[]]
>>
>> and this lists me all open tasks under the list of the projects:
>>
>> [!has[draft.of]tag[task]tag<currentTiddler>!status[done]!status[REJECTED]] 
>> [enlist{!!aliases}tagging[]tag[task]!status[done]!status[REJECTED]]
>>
>> What I can't get to work is that I only want to be list the projects that 
>> have open tasks, and not every project.
>>
>> I tried to filter for tiddlers with the tag task and the currentTiddler 
>> in the tag but that just gave me an empty result.
>>
>> Can someone point me in the right direction what the first filter 
>> expression would have to look like?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e452d599-d759-4bb4-8cea-faf9c90805aan%40googlegroups.com.

Reply via email to