Hi Phillippe,
 

Well you nailed the problem correctly. "year[<<thisyear>>]" should be 
"year<thisyear>". 
These two tiddlers will come handy when you code: 
http://tiddlywiki.com/#:%5B%5BFilter%20Parameter%5D%5D%20TextReference


Another thing to note is you do not need set widget here, unless there is 
more nesting. You have filtered out the year, which the system by default 
sets to a variable - currentTiddler. So your filters will look something 
like this

<$list filter="[each[year]get[year]]" >
<h1>{{!!title}}</h1>
<$list filter="[year<currentTiddler>each[week]]">
 <$link to={{!!week}}>Week <$view field=week/><br></$link>
</$list>
</$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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d27235fa-2fa8-42ee-b728-54be2798a62f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to