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