I think you just need to add an "each" operator: <$list filter="[all[tiddlers]has[fieldname]each[fieldname] get[fieldname]sort[]]" variable=value > __<<value>>__<br> <$list filter='[all[tiddlers]fieldname<value>sort[]]'>
</$list> </$list> On Saturday, April 18, 2020 at 10:20:38 AM UTC-7, Peter Buyze wrote: > > > > ...what does "pick up the values, sort them alphabetically" refer to? The > values are "A" so there's nothing to sort - ? > > A is text, it is a name. So each such field has 1 name and it varies > between tiddlers. > > > And if your reply is "well, the value can be A but it can also be anything > else" then I must ask what is the common criteria that separates the > relevant tiddlers from the non-relevant ones? > > All tiddlers are relevant. > > Tiddler 1 has field value John > Tiddler 2 has field value Peter > Tiddler 3 has field value John > Tiddler 4 has field value Steven > > What I want as output is: > John > Tiddler 1 title > Tiddler 3 title > > Peter > Tiddler 2 title > > Steven > Tiddler 4 title > > Tiddler titles under each name are sorted alphabetically, and are > clickable links. > > > I'm guessing you don't want to list ALL values found in ALL fields in ALL > tiddlers, right? What is the criteria to make it onto the list? (The most > reasonable, for what you've asked so far, is that it only concerns those > tiddlers that all have a particular field. In that case, what is that field > name?) > > > <:-) > > > -- > 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/26ff0080-b1ed-441a-8f41-d0d4e12ed5d3%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/26ff0080-b1ed-441a-8f41-d0d4e12ed5d3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- 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/c6ad3acc-f7b4-4dac-a64f-5f711bfa62f5%40googlegroups.com.

