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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/459cc74c-ec0f-464b-9cbc-d9170892f65co%40googlegroups.com.