I have several tiddlers with the tag $:/_vendor
first tiddler with the text [is[current]tagging[]tag[$:/Note]vendor[sony]]
second tiddler with the text 
[is[current]tagging[]tag[$:/Note]vendor[nikon]] 
....
I combine by common tag $:/_vendor all texts in "allvendors" tiddler
<$list filter="[tag[$:/_vendor]]"> <$view field="text"/></$list>

then I try to use this combined line in "showvendors" tiddler 
<div class= "tovar_center"> <$list filter={{allvendors}}> <span 
class="textboxwhite">
   {{||$:/_tile}}     </span></$list> </div> 

but it don't work it shows $list filter into $list filter, but not a 
combined line. 

(I want to make checkboxs in my TW shop to select  goods by there fields 
value) 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ec4b285e-4f93-4cfb-8f85-315c37dea833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to