:filter does exactly that, it filters which titles from the previous run 
are included based on whether its run returns a value for that title or not.

I think what you want is [<tempTid>get[text]get[url]]

On Friday, May 14, 2021 at 5:36:19 PM UTC+2 Mohammad wrote:

> *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/fecbab6f-b908-434d-8389-0d809f0cfc79n%40googlegroups.com.

Reply via email to