On Monday, August 23, 2021 at 5:13:22 AM UTC-7 vpl wrote: > Thanks a lot; I agree for 1), 3) and 4) > But for point 2) in fact what I need to do is the following code > <$vars now_date=<<now YYYY-0MM-0DD>>> > <<target>> > <$vars todayfilter="[get[task_date]match<target>]"> > I use the *filter *operator into the list as I want to filter the > tiddlers based on the *task_date * field > For each of the filtered tiddlers I display the fields in the table >
Ah, yes...I see now. You *do* want to find *all* tiddlers that have a "task_date" field, not just check the current tiddler. More, When I try the below code I get a Tiddler exception (attached in my > previous post ...) > Is there a bug in the *filter *operator or something wrong I'm doing ? > I think you missed a change on line 1. Instead of: <$vars now_date=<<now YYYY-0MM-0DD>>> you want: <$vars target=<<now YYYY-0MM-0DD>>> -e -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a9e21ba9-7c2c-4202-9af0-c21908654c6cn%40googlegroups.com.

