The following displays the items from the *myfield* field in the *MyTiddler*
tiddler:
<$list filter="[enlist{*MyTiddler*!!myfield}]" variable="field-item">
<<field-item>>
</$list>
This, which I expect to be exactly equivalent, displays nothing:
<$set name="datasource" value="MyTiddler">
<$list filter="[enlist{*<datasource>*!!myfield}]" variable="field-item">
<<field-item>>
</$list>
</$set>
As far as I can tell, using a variable in a filter like this is correct
syntax, but it does not work in this case.
I'm flummoxed since there are plenty of examples online of similar uses of
variables in filters which are said to work. Can anyone help me understand
what is (not) happening here?
Regards,
David.
--
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/ecaad611-a265-4980-9ac2-6696de2ebe65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.