Once again, I am feeling like a complete dumbass when dealing with 
transclusion and substitution. Still having a hard time with it. OK, here's 
the code:


I am refering a tiddler called activeDossier whose contents refers to a 
JSON data tiddler. Tiddler content 
is {{$:/data/CI/companyRegister##1/name}}. What I basically want to do is 
auto-generating company dossiers, coming from various sources in my 
database. I have a list of companies as JSON from which I can select. This 
works up to the point below
 
<$set name="theCompany" value={{$:/data/CI/activeDossier}}>

!<$vars tv-wikilinks=no><<theCompany>></$vars> <!-- gets displayed properly 
-->

<$list filter="[!is[system]search<theCompany>]" >
<<currentTiddler>>
</$list>

</$set>

My problem is: the variable "theCompany" seems to be properly assigned, at 
least it gets displayed properly, so what am I doing wrong when I want to 
assign it to the list filter. I suspect, something along the transclusion 
chain is going wrong here, but I need someone to point me at it and how to 
find a remedy.

Thanks to all helpful souls. 

-- 
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/9ed5e7b0-71d1-4211-96a1-f149ff014c80o%40googlegroups.com.

Reply via email to