Yes,  you can do what you want.  

You need two macros. You call one inside the other. I am currently using my 
tablet on an airplane so I may not be able to give a good example,  but try 
this:

\define inner() 
<$list filter={{!!parent}}>
<<outer>>
</$list>
\end

\define outer() 
<<inner>>

<$view field="""$(Field)$"""/>
\end

<$set name=Field value=bob>
<$list filter={{!!parent}}>
<<outer>>
</$list>
</$set>

Where you replace bob with your field name, you can almost certainly make it 
more compact and wrap it in another macro so you can call it like in your code. 
Editing this on my tablet is a pain so I am writing this blind and only did one 
very simple test. Hopefully this is enough so you can modify it to do what you 
want. 

-- 
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/ff143b04-bc2f-42b5-9ded-bbf0bfd20b86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to