Thanks a lot Saq for your quick answer,

I've spent the last 2 hours trying and telling to myself : don't be silly, 
it seems very simple.
What I'm saying now is : may be I could figure it out in 2 days. :)

Thanks again

On Thursday, October 1, 2020 at 4:16:12 PM UTC+2, Saq Imtiaz wrote:
>
> <$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/4f5020ae-fd87-4f55-a625-85967d3ef8a4o%40googlegroups.com.

Reply via email to