Bemedikt, If I'm understanding you correctly, this should work:
[tag[Person]] -[tag[Company]tagging[]] If all your people are tagged with Person, and call Companies are tagged with Company, then: - The first filter run generates a list of all people - The second filter run generates a list of all people who are tagged with the tiddlers that are tagged Company. - They are then "subtracted" or set-differenced from each other. I tested this on tiddlywiki.com by making the following test tiddlers: - Person A - tagged with Microsoft and Person - Person B - tagged with Microsoft and Person - Person C - tagged with Dell and Person - Person D - no company tag but Person - Microsoft - tagged with Company - Dell - tagged with Company - IBM - tagged with Company If I've understood you, you want to get Person D. The first filter run generates as list of PersonA, PersonB, PersonC, and PersonD. The second one generetes PersonA, PersonB, and PersonC. They are substracted to give you PersonD. Diego On Sunday, March 7, 2021 at 6:56:09 PM UTC-6 [email protected] wrote: > Is there a possibility to filter over the result of a filter? > In the current case I have the folling issue: > - There are tiddlers taged as "Person" and tages with there Company > - The Companys Tiddlers are taged as "Company" > Now I need a list of all persons that are not taged by a company. In other > word: Not taged by any tag that is itself taged as company. > > Something like > -- tag[Person]!tag[tag[Company]] > instead of manual on non dynamic > -- tag[Person]!tag[Company1]!tag[Company2]!tag[Company3]!tag[Company4]... > > Benedikt > > -- 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/23016c3a-92c4-48a9-b14b-9ce4e6816196n%40googlegroups.com.

