Hi,
Discovering this compare operator I block on one point ..
I have a set of tiddlers with a "date" field
I want to list & filter them based on their date field when it's greater
than a value store in a reference tiddler field called 'referencets'
I've tried the following but it does not take into account my referencets
value
<$list filter="[tag[test-1]get[date]compare:date:gt[{{!!referencets}}]]">
</$list>
I've also tried with simple bracket but not working ...
<$list filter="[tag[test-1]get[date]compare:date:gt[{!!referencets}]]">
</$list>
Any magic idea ?
Thanks a lot for your help and support
Regards Vpl
--
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/75f81572-847e-4de8-8a7c-d7185c69e591n%40googlegroups.com.