<$list filter="[[$:/_allvendors]fields[]sort[]]" variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/></$list>
\define inner(fieldName)
<$set name="v" value={{$:/_allvendors!!$fieldName$}}>
<$list filter="[<v>regexp[^yes$]]" variable="x">
-[nazvanie[$fieldName$]]
</$list>
</$set>
\end
<$list filter="[is[current]tagging[]tag[$:/Note]each[nazvanie]get[nazvanie]]" variable="nazvanie">
<$checkbox tiddler="$:/_allvendors" field= <<nazvanie>> checked="no" unchecked="yes" default="no" > ''<<nazvanie>>'' </$checkbox><br>
</$list>
<$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]]
<$list filter="[[$:/_allvendors]fields[]sort[]]" variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/></$list>
"> <span class="textboxwhite">
{{||$:/_tile}} </span> </$list>here is the whole code of my macros
</$list>
<$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]] <<<<<<<<-----
<$list filter="[[$:/_allvendors]fields[]sort[]]" variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/
></$list>
"> <span class="textboxwhite">
{{||$:/_tile}} </span> </$list>
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/17f533f3-060c-40f7-a436-3dae6a5b7b33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, Jeremy! Is there any way to put $list filter into $list filter ? I try many variants with $set, define and so on. and I always get the same result. I saw my list as text. I think it must be a standard way to put to temp tiddler rendered result (ore something else), but I can't find it.
четверг, 7 мая 2015 г., 21:35:21 UTC+3 пользователь Jeremy Ruston написал:Hi sini-KitYou've got an unterminated widget here:here is the whole code of my macros</$list>
<$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]] <<<<<<<<-----
<$list filter="[[$:/_allvendors]fields[]sort[]]" variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/></$list>
"> <span class="textboxwhite">
{{||$:/_tile}} </span> </$list>Best wishesJeremy.--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/17f533f3-060c-40f7-a436-3dae6a5b7b33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--