OK.

You are a genius. This is working. I will try to use the MACRO inside other 
macro and see if it works.
Thank you!
Jeremy, this is what I was talking about. This is a filter with variables.

\define myFilter()
[title[$(fields-source)$]split:table-fields[,]]
\end

\define displayRow()
<$list filter="[is[current]fields[]] -title -tags -text -creator -created 
-modified -modifier -type -[[draft.title]] -[[draft.of]sort[title]]" 
variable="currentField"><td><$view field=<<currentField>>/></td></$list>
\end

\define TableHeaders()
<$list filter="[is[current]split:table-headers[,]]" 
variable="currentField"><th><<currentField>></th></$list>
\end


! Gente y Grupos

<$set name="fields-source" value={{!!title}}>
<table><thead><tr><<TableHeaders>></tr></thead>
<tbody><$list 
filter="[!has[draft.of]tag[persona]]"><tr><td><b>{{!!title}}</b></td><$list 
filter=<<myFilter>> variable="currentField"><td><$view 
field=<<currentField>>/></td></$list>
</tr>
</$list>
</tbody>
</table>
</$set>

-- 
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