Hello
I am trying to understand how to construct a filter to select tiddlers based on the values in two fields.
<$list filter="[tag[tag1]get{!!field1}compare:number:eq{!!field2}]" variable=result1>
<<result1>>
There is at least one tiddler which is tagged tag1
and where field1
and field2
have the same value, but my filter does not find that tiddler.
What have I done incorrectly?
Cheers, Rob