A variable set by <$set> is only good inside the <$set>...</$set> tag pair. 
Move </$set> to the bottom of the tiddler and see if your results are 
better.

Mark

On Wednesday, July 20, 2016 at 7:24:36 AM UTC-7, Bastian wrote:
>
> Hi,
>
> I'd like to get a list of all Tiddlers, that have the field "due" which 
> has the value of the current date.
>
> That's the code I have so far:
>
> <$set name=today value=<<now 0DD.0MM.YYYY>>>
> <<today>>
> </$set>
>
>
> <$list filter="[due[<today>]]">
>
> <$checkbox tag="done"> <$link to={{!!title}}><$view 
> field="title"/></$link> <$list 
> filter="[is[current]tags[]regexp[PRIO0|onhold|BLOCKED]]">{{||$:/core/ui/TagTemplate}}</$list>
>  
> </$checkbox>
> </$list>
>
> The setting of the variable "today" works, as the output of it works, but 
> when I use it in the filter, it doesn't work.
> On the other hand, when I put in the date, e.g. "20.07.2016" I get results.
>
> I not only tried "[due[<today>]]" but also "[due<today>]", 
> "[due[{today}]]".
>
> What do I do wrong?
>
> Regards,
> Bastian
>

-- 
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/1344c847-5c9d-42fc-b8f8-64d6cbb17593%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to