Issue with :filter operator
1. The variable temTid refers to tiddler xx/temp/data,
2.
Tiddler
xx/temp/data in its text field stores the name of another tiddler called
aiche.org3. The tiddler
aiche.org has a field called url
I want to retrieve the url value as below
\define temTid() xx/temp/data
<$list filter="[<tempTid>get[text]] :filter[get[url]]">
</$list>
The :filter doesn't work and the $list just returns the result of the first part
[<tempTid>get[text]]
What do you think? (all of them are dynamic and the value changes in different runs)
I know I can do this in two separate steps! But I am looking for a one step solution as above
- Explanation
- xx/temp/data (this is a tiddler)
- aiche.org (this is a tiddler)
Best wishes
Mohammad