Hi,

I'd like to show a drop down to select from a list of tiddlers tagged with 
"A" and underneath this, show 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/eb4dfa7d-9dee-410c-b53d-e89de02f0f64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to