Hi PMario, thanks for your response.

Your code for the button works well, the same as mine. The problem is not 
the button though and I apologise if the way I've described my original 
problem is not clear enough. I'm not quite sure how to make it clearer.

In a nutshell, the problem is that the values of the following must be set 
to match the fields of the respective tracker tiddlers, where the tracker 
tiddlers are listed using a filter:

<$set name=currentVal value={{<currentTiddler>!!tracker_current_value}}>
<$set name=targetVal value={{<currentTiddler>!!tracker_target_value}}>
<$set name=tracker_start_date 
value={{<currentTiddler>!!tracker_start_date}}>
<$set name=tracker_end_date value={{<currentTiddler>!!tracker_end_date}}>

It's likely that the problem is incorrect scope or, quite likely, that 
TiddlyWiki is unable to use tiddlers dynamically created using a list 
filter as parameters for a macro.

Best,
Hubert


On Friday, 3 November 2017 10:22:08 UTC, PMario wrote:
>
> Hi, 
>
> I only did read the first post and didn't do any tests with your code. ... 
> So the following is just a guess..Did you try: 
>
> \define bAction()
> <$action-setfield $tiddler="_data000" $index=$(CurrentTiddler)$ $value=$(
> Updated_status)$/>
> \end
>
> \define Button()
> <$button actions=<<bAction>> class="button" tooltip="Refresh status">
> ⥁ Status</$button>
> \end
>
>
>
>
> as described here: http://tiddlywiki.com/#ActionWidgets
>
> have fun!
> mario
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de9d1e1a-d11c-4ca9-b767-8923bfd24e78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to