This ought to work.
It doens't.
It gives "undefined" in the 2nd and 3rd columns even though the relevent
tiddlers to have a table with the data.
<<forEachTiddler
where 'tiddler.tags.contains( context.inTiddler.title )'
write '"|[["+tiddler.title+" ]]| "+
store.getTiddlerSlice(tiddler.title, "Gender") +" | "+
store.getTiddlerSlice(tiddler.title,"Date of Birth") +" |\n"'
begin ' "\n| Name | Gender | DoB |h\n" '
end ' "\n" '
>>
One example tiddler that appears in this listing has the content
!Basics
| Date Of Birth | 1 Jan 1999 |
| Gender | Male |
It doesn’t matter if I remove the "!Basics".
I've also tried
store.getTiddlerSlice(tiddler.title, " Gender ")
and that doesn’t work either. Personally I think that is getting a bit
ridiculous, but one never knows.
I'm sure its something that is obvious-but-not-documented-where-I-found-it
like the lowercase features of getValue()
But whatever, its not obvious-to-me.
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.