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