First because I don't think I can explain it in text, here is simplified 
annotated code:


<$set name="data" value={{!!filter-field2}}> // <-- the variable data is a 
suffix we want
<$list filter="[tag[#dataset]suffix<data>indexes[all]]"> // <-- get a list 
of all indexes in all tiddlers with the suffix
    {{!!title}} // <-- This title is the current title returned by the 
list, so it is an index name from the list above
    <$transclude tiddler=<<data>> index=<<currentTiddler>>/> // <-- The 
problem is here, currentTiddler is the current item in the list, which is 
the same as {{!!title}} above and tiddler=<<data>> tries to go to the 
tiddler named 'mobs/hau' not a tiddler with that suffix.
</$list>
</$set>

so the line is in the transclude widget, it is trying to transclude from a 
tiddler called mob/hau, not the data tiddler you want. Without some example 
tiddlers I don't think I can do more than point out where I think the 
problem is.

-- 
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/5e6c85f8-9b2b-44e5-833f-477dce9a62a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to