Try:

<$select tiddler="$:/temp/tag1">
   <$list filter="[tag[A]each[field]get[field]]" variable="field">
      <option value=<<field>>><<field>></option>
   </$list>


Where "A" is the tag and "field" is the field.

HTH
Mark

On Thursday, November 24, 2016 at 9:14:28 AM UTC-8, Jon wrote:
>
> Hi,
>
> I'd like to have a drop down which selects from a list of tiddlers tagged 
> with "A" and simultaneously shows the values of the field "B" associated 
> with each tiddler.
>
> This does the first bit:
>
> <$select tiddler="$:/temp/tag1">
>
>    <$list filter="[tag[A]tags[]sort[]]">
>       <option value=<<currentTiddler>>><<currentTiddler>></option>
>    </$list>
> </$select>
>
>
> (cobbled together from something else so some elements could be 
> unnecessary) 
>
> But I can't figure out the rest of it.
>
> I'm guessing that <$view field="B"/> would be incorporated somehow.
>
>
> Thanks
> Jon
>

-- 
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/3066e67f-f19f-47b7-b137-bf148321fccd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to