Mark
I had changed to use the filter on the set statements
<$set name=person-tiddler filter="[<__row__>splitbefore[:]removesuffix[:]]"
>
<$set name=first-name filter="[<__row__>split[,]nth[2]]" >
But <__row__> did not work for me here
I returned to the {{{ }}} method and used your suggestion
<$set name=person-tiddler value={{{ [<__row__>split[,]nth[1]removesuffix[:]]
}}} >
<$set name=first-name value={{{ [<__row__>split[,]nth[2]] }}} >
it now works, thanks so much
My normal practice would be to take this moment and try an evaluate what
led me to this?
But I am so frustrated by it, I want to move on. Thanks so much for your
support
Regards
Tony
On Friday, June 28, 2019 at 9:34:14 AM UTC+10, Mark S. wrote:
>
> I don't know why your approach didn't work, but switching
>
> [$row$]
>
> to
>
> <__row__>
>
> Seems to fix it.
>
> It seems like it must be caching [$row$] inside of the triple bracket
> transclusion.
>
>
>
>
--
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/43a7a793-ea04-4f2f-9625-d4d142fbef81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.