Sorry, I guess I should fiddle around a little more before
posting . . . I figured out how to sort on multiple 'fields'.

sortBy
'tiddler.data("date") && tiddler.data("itemnumber")'   .  .  . this
worked.


Ken - trying to use the example you have on sortable tables. For the
following content . . .

<<forEachTiddler
 where
 'tiddler.tags.contains("needTM")'
 sortBy
 'store.getValue(tiddler,"date")'
 write '"|"+tiddler.data("date")+"|"+tiddler.data("requestor")
+"|"+tiddler.data("area")+"|"+tiddler.data("projectowner")
+"|"+tiddler.data("project")+"|"+tiddler.data("ieassigned")
+"|"+tiddler.data("iestart")+"|"+tiddler.data("ieend")+"|"+tiddler.data
("iestatus")+"|"+tiddler.data("constrstart")+"|"+tiddler.data
("constrend")+"|"+tiddler.data("constrstatus")+"|[[here|"+tiddler.title
+"]]|\n"'
 begin '"|sortable|k\n|Date|Requestor|Area|Owner|Description|IE|IE
Start|IE End|IE Status|C Start|C End|C Status|Link|h\n"'
 end
>>

I got the following error . . .

<<forEachTiddler ...>>: Extra parameter behind 'write': begin "|
sortable|k\n|Date|Requestor|Area|Owner|Description|IE|IE Start|IE End|
IE Status|C Start|C End|C Status|Link|h\n" end

Am I missing a plugin??

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to