On Wednesday, March 4, 2020 at 4:37:37 AM UTC-8, vpl wrote: > > But if I just change the time of the previous filter from 15H to 16H I > should still ge the 3 values as the next one is at 19H > When I run > <$list > filter="[tag[spotify-track]get[modified]sort[]allafter[20200303165857027]]"></$list> > *I get an empty list* > is the data evaluated in the allafter ? >
allafter[] is not a "greater than" function! Rather, it is part of the set of "listops" filters, and the parameter of the allafter[] filter -- the "marker" -- has to be IN the list. As defined in the (minimal) documentation: purpose discard all items except those after the marker parameter marker = the list item to be used as a marker output all items after the marker Thus, when you change the parameter value to something not in the list, it returns an empty list. -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/92fd56d7-e7eb-48d5-a9e1-2cb747dfbbc3%40googlegroups.com.

