Thanks a lot Ritz. I had seen that page before but did not fully understand what it really meant. Now of course I do.
I ended up using your code in the end. One because it is much nicer and two because even with your input my code doesn't work and returns nothing Not sure why. On Wednesday, 9 November 2016 01:27:54 UTC, Riz wrote: > > 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/4e4c4fb5-a657-4b22-8875-a416ac62f3a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

