Hi Danielo!

What I like most in cases like these is not to only see the code but also 
have a wiki with sone example data to play around. Can you provide that?

Am Mittwoch, 9. April 2014 09:45:12 UTC+2 schrieb Danielo Rodríguez:
>
> This is what I want
> <$set name="fields-source" value={{!!title}}>
> <$list filter="[!has[draft.of]tag[persona]]">
> <tr>
> <$list filter="[title{<<fields-sources>>}[split:table-headers[,]]" 
> variable="currentField"><td><$view field=<<currentField>>/></td></$list>
> </tr>
> </$list>
> </$set>
>
> But it is not working.
>

I think in cases like these you need macros to add a level of evaluation:

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

<$set name="fields-source" value={{!!title}}>
<$list filter="[!has[draft.of]tag[persona]]">
<tr>
<$list filter=<<myFilter>> variable="currentField"><td><$view field=<<
currentField>>/></td></$list>
</tr>
</$list>
</$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