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)