*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.org <http://aiche.org>*
3. The tiddler * aiche.org <http://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)
      - text:  aiche.org
   -   *aiche.org <http://aiche.org> *(this is a tiddler)
      - text: some text
      - url: http:/aiche.org/blog




Best wishes
Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCyq94iyejgZ_7pG7D5y0N%2B267_RV3THycUGDaWnqd8ZQ%40mail.gmail.com.

Reply via email to