Figured it out.
Since I am making a tiddler for each monitor, placing the tag within the 
defined macro filters out the results.

\define myfilter() [tag[Monitor1]search:$(fieldname)$[$(mysearch)$]]

<table>
<tr><td>
1.0.00</td><td>
<$vars mysearch="1.0.00">
<$list filter="[fields[]prefix[1.]]" variable="fieldname">
<$list filter=<<myfilter>> >
<$link to={{!!title}}>{{!!title}}</$link> "<<fieldname>>" on 
{{!!1.0.5reghost}}
</$list>
</$list>
</$vars></td></tr>
<tr><td>
1.0.01</td><td>
<$vars mysearch="1.0.01">
<$list filter="[fields[]prefix[1.]]" variable="fieldname">
<$list filter=<<myfilter>> >
<$link to={{!!title}}>{{!!title}}</$link> "<<fieldname>>" on 
{{!!1.0.5reghost}}
</$list>
</$list>
</$vars></td></tr>

-- 
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/d6b00e29-44a5-4ce1-ba47-1b8a397f3801%40googlegroups.com.

Reply via email to