There was a missing bracket in yesterday's code. Don't know why it didn't throw an error. This works for me on TiddlyWiki.com in a tiddler with a "test1" and "test2" field, of which only "test1" has a "1" and refers to a dictionary tiddler. It only returns a value for field test1:
<$list filter="[all[current]fields[]]" variable="fieldname"> <$list filter="[all[current]get<fieldname>prefix[1]suffix[1]]" variable="dummy" > <$list filter="[title<fieldname>getindex[origin]]" variable="origin"> <<fieldname>> .<<origin>>. </$list> </$list> </$list> Be sure to test the complete code by itself before tweaking it, just so we know what the baseline action is. Thanks! -- Mark On Thursday, August 2, 2018 at 9:31:07 AM UTC-7, Dave wrote: > > thank you both :) > > I'll delve into this a little deeper on the weekend, but I did paste > Mark's most recent suggestion in and it still returns all the > field/datatiddler names instead of just the one's with "1"... I just > confirmed that my TW version is up to date (5.1.17) > > Could it be that prefix/suffix only works with actual tiddler names and > not field content? (just some amateur wondering) > >> -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2651b011-056a-4bc1-9996-b02a3ffb197d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

