Hi,
I’ve been trying to use a separate tiddler (‘Filters’) with the fields containing a series of filters which I can reference elsewhere.
In this example, Filters!!test =[tag[A]]
I noticed that for the list of tiddlers tagged with ‘A’,
\define custom() [filter{Filters!!test}]
<$vars X={{{ [filter<custom>]+[count[]] }}}>
{{{ [<X>] }}}
‘X’ will give the correct number of tiddlers:
but Y will only show the first entry in the list:
<$vars Y={{{ [filter<custom>] }}}>
{{{ [<Y>] }}}
Hope that makes sense.
What am I doing wrong?
Thanks
Jon