Folks,
I can work out what is happening here, at least a second set of eyes would be appreciated
I have a filtered transclusion as follows
{{{ [<local-value>] ~[<global-config-value>] ~[<config-default>] }}}
Each of the variables therein are set using a $set widget (more details below)
Unfortunately the second result global-config-value is never the result if there is no local-value
The following is how I get the global-config-value and it works as below
<$set name=config-tiddler value={{{ [[$config-name$]addprefix[$:/config/]] }}}>
<$set name=global-config-value value={{{ [<config-tiddler>get[text]] }}}>
:global-config-value=<<global-config-value>><!--returns the correct value here but never responds to this value in the filtered transclusion.
Yet when I try and use the filtered transclusion above, specifically ~[<global-config-value>]
It never seems to work.
I have tried to wikify the value first with no success
I have looked at this many times and cant see what is wrong.
Thanks in advance if you can help
Tones