Hi @Sandip_Deshmukh first of all, the filter syntax to insert a variable is the following:
<$list filter="[project<currentTiddler>]"> ... </$list> note that it doesn't use the [ ] and << becomes < and >> becomes > within a filter expression Sandip Deshmukh schrieb am Mittwoch, 25. August 2021 um 07:47:03 UTC+2: > I was trying to create a dynamic list containing a list of all tiddlers > containing the current tiddler as a member of the field project. > > I am in tiddler "B B" that carries the following code: > > <ul> > <$list filter="[project[<<currentTiddler>>]]"> > <li><$link /></li> > </$list> > </ul> > > Another tiddler "D D" has [[A A]] and [[B B]] in participants. > > So, ideally, "D D" should show up in my "B B" tiddler. But it doesn't. > > How do I set things right? > -- 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/ea35fb0f-48b7-43a9-afa6-c96e62c47c6fn%40googlegroups.com.

