Hi,

I've developped a small macro but can't figure out how to pass it a 
variable which is a field of another tiddler

The following call works fine. I pass the value '20200304175209359' to the 
macro which use it
<$list filter=<<select_tiddlers timeStamp:'20200304175209359'>>>
<$link /><br>

But When I try to pass the value of the field timestamp from tiddler 
ref-timeStamp, what is passed is the string *{ref-timeStamp!!timestamp}*

<$list filter=<<select_tiddlers timeStamp:[[{ref-timeStamp!!timestamp}]]>>>
<$link /><br>
</$list>

Any idea and help ...

THanks a lot

Regards

-- 
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/8fa297ac-26cf-45ff-a807-27b9cd30230e%40googlegroups.com.

Reply via email to