The following table is produced from data in a questionnaire tiddler
[1]
<<forEachTiddler
where
'tiddler.title.contains("Q") && tiddler.data("score") <= "2"'
write
'"|"+tiddler.data("archetype1")+"+++"+tiddler.data("archetype1")+"===|
[["+tiddler.title+"]]|"+tiddler.data("score")+"|\n"'
begin '"|sortable|k\n|Archetype|Description|Q|Value|h\n"'
end '"!"+count+" found\n"'
none '"!None found\n"'
>>
I would like the slider
+++"+tiddler.data("archetype1")+"===
to show the contents of the relevant archetype tiddler, rather than
its tittle.
Any help most appreciated.
Best Wishes
Alex
[1] http://r.a.hough.googlepages.com/OMM.html#Results
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---