Hi,
sorry for the title a bit incoherent, just didnt know how to phrase it:)
if i have TiddlerB that is tagged with TiddlerA , both have field1 , i want to know if TiddlerB holds a value that is greater than the field1 value of the tiddler it is tagged With(tiddlerA) , and bascially find all tiddlers that are like that, and in one filter
i tried the below , but it doesnt work, i just dont know how to refrence the field1 value of the tiddler i started with before doing tagging[] i tried {!!field1} ,but its now working
<$list filter="[all[]!is[system]tagging[]]:filter[get[field1]compare:number:gt{!!field1}]">
thank you