Hi TW-Friends,
I am struggling with a filter definition.
If I use this one everything is fine the right tiddler will be shown:
<$list filter="[field:created[20240828220351513]]">
If I use this, also fine, the result is as expected in two lines:
<$list filter="[all[shadows+tiddlers]removeprefix<td-basePath>removeprefix[/state/]sort[]]" variable=prj>
<<prj>>
</$list>
Now I want to generate a list out of each value in <<prj>>
ant fail:
<$list filter="[all[shadows+tiddlers]removeprefix<td-basePath>removeprefix[/state/]sort[]]" variable=prj>
<$list filter="[field:created[<<prj>>]]"/>
</$list>
What is wrong with this <$list filter="[field:created[<<prj>>]]"/>
?
Thanks in advance
Stefan