Filter question for field with multiple values

Hi, I am working on my next next project in TiddlyWiki. At work it is difficult due to all the reorganizations which applications are used where so I building an application catalog. I have tiddles tagged as Application and they have the field usedin. Used in refers to one or more tiddlers with the tag Market. This way you can say an application is used in the Netherlands and Finland for instance. In edit mode I used a select widget with the option multiple to select the markets.

On a market page i would like te show which application are used in the market by filtering all tiddlers with tag Application where the usedin field contains the title of the current market tiddler. Taking into account that the field can have multiple markets. Any thoughts how to do this?

Thanx for your help.

Try this filter:
[tag[Application]contains:usedin<currentTiddler>]

2 Likes

Thank you so much. It works. I will publish the end result soon in this forum.

2 Likes