Essentially: I need to create a filter that lists tiddlers matching values 
of {{!!field-value}} on {{!!field-name}}.

On Friday, July 14, 2017 at 3:14:03 PM UTC-4, stevesuny wrote:
>
> given a tiddler with fields field-name=instructor and field-value=Chiang, 
> why can't I get filter #3 to work in this template?
>
>
>
>
>
> <$list filter="[all[current]field:role[FieldValue]]">
>
> 1 <br>
> <$list filter="[instructor[Chiang]]">
> <<currentTiddler>><br>
> </$list>
>
> 2 <br>
> <$list filter="[instructor{!!field-value}]">
> <<currentTiddler>><br>
> </$list>
>
> 3 <br>
> <$list filter="[{!!field-name}[Chiang]]">
> <<currentTiddler>><br>
> </$list>
>
> (I've tried every combination of !! and {{ and [  ..... I spend so much 
> time doing filter syntax....
>
> Thanks, //steve.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/6625db9b-cabb-4bc0-84eb-7108dca92db7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to