Sorting on custom fields is supported and what you have for that should 
work. The chained sorts don't work. To get that you have to use nested list 
widgets like this:

<$list filter='[tag[client]each[2_surname]sort[2_surname]]' 
variable=Surname>
<$list filter='[tag[client]2_surname<Surname>sort[1_givenname]]'>

</$list>
</$list>

The first filter gets all tiddlers with the tag client then finds every 
unique entry in the 2_surname field and sorts the surnames. Then it takes 
all tiddlers tagged with client and with that surname in the 2_surname 
field and sorts them by given name and does this for each surname in order.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bbb3ebeb-a2cd-4a37-8896-3e130ab8a9b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to