Hi,
I have the following task
I have Tiddlers taged as Country, City or Company
Every City is also tagged with the country and every Company is also tagged with city where it is located.
Example:
'Germany' tagged as 'Country'
'USA' tagged as 'Country'
'Berlin' tagged as 'City' and 'Germany'
'Munic' tagged as 'City' and 'Germany'
'New York" tagged as 'Country' and 'USA'
'Comp1' tagged as 'Company' and 'Munic'
'Comp2' tagged as 'Company' and 'Berlin
'Comp3' tagged as 'Company' and 'Berlin'
'Comp4' tagged as 'Company' and 'New York'
Now I want a list with all Companies in Germany
Is there a way to create this with a filter?
like tag[Company]tag[tag[Germany]]
Thanks
Benedikt