On Monday, December 18, 2017 at 9:34:25 PM UTC+1, [email protected] wrote: > > > 2.) I created a group of tiddlers with the same tag. Each tiddler contains > a date in the "datum" field. I was able to pick the latest date from the > list and add 14 days with the following syntax: >
Just in case someone wants to copy my code, this seems to be the proper syntax: (= date(sum([tag<currentTiddler>sort[datum]last[1]get[datum]],14)) =) The "sort" operator in my code above was wrong (it only worked for me because of the particular order of my tiddlers). ~Stef -- 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/055cb8ba-c3c0-498f-b8d5-ad3b413dc1a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

