Hi,
this is the right filter for what I want but it produces a list for the value ‘r’
{{{ [tag[current]field:Y[1]get[r]compare:number:gt[0]] }}}
I need to show a list of the associated tiddlers. I've played around with it but no joy.
Thanks
Jon
Hi,
this is the right filter for what I want but it produces a list for the value ‘r’
{{{ [tag[current]field:Y[1]get[r]compare:number:gt[0]] }}}
I need to show a list of the associated tiddlers. I've played around with it but no joy.
Thanks
Jon
Try this:
{{{ [tag[current]field:Y[1]] :filter[get[r]compare:number:gt[0]] }}}
Perfect - thanks Saq!