<$set name="msa" filter="[[My Tiddler]get[address1]]" select="0">
        <$text text=<<msa>>/>
</$set>

On Thursday, October 1, 2020 at 4:09:14 PM UTC+2, Mohamed Amin wrote:
>
> Hello All,
>
>
> Suppose that I've a Tiddler called "myTiddler" with 2 fields :
>
>    1.  address1 = 14 My St.
>    2.  address2 = MyTown
>
>
> I need to get those values using filters, so I tried :
>
> <$set name="msa" filter="[[My Tiddler]get[address1]]" >
>         <$text text=<<msa>>/>
> </$set>
>
> The Output is = [[14 My St.]]
>
> <$set name="msa" filter="[[My Tiddler]get[address2]]" >
>         <$text text=<<msa>>/>
> </$set>
>
> The Output is = MyTown
>
> So, Why the "[[]]" is showing up in the first case? and How can I get the 
> filed value without it?
>
> Thanks in advance
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f9f7e103-4c09-444a-ba0c-82e282d110b1o%40googlegroups.com.

Reply via email to