You were almost there. I guess… As you did not link to a workking example, 
I can't test, but I think this will get you going:


\define myfilter()
[tag[duty]field:experience[$(outside)$]]
\end

<$set name="outside" value={{!!title}}>
<$list filter=<<myfilter>>>
<li>{{!!title}} - <<outside>> - {{!!experience}}</li>
</$list>
<$set/>

Your mistakes:

   1. You used " around {{!!title}} so it was literale and thus evaluted in 
   the <li>-line
   2. You didn't use a macro, which is required to put a variables name 
   into some string



-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to