This is an old question and there are several solution for that, but not for the case I explain here
Assume you have a dataTiddler or JSON tiddler with data like below nella: -1 rita: 1 villa: 0 lola: -7 sina: 3 cobra: 2 fifa: -2 zila: 3 afra: 1 I want to list data in this dictionary table sorted by value, so I should have lola: -7 fifa: -2 nella: -1 villa: 0 afra: 1 rita: 1 cobra: 2 sina: 3 zila: 3 Note, there are duplicated values. The solution is that new entries created from appending value to index like value::index do not work here! As you need to use nsort Best wishes Mohammad -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDQgFhha_92iWY%2BDv8TrcCPpMyFt%2BNe-pbDfCLz8F%3DfLQ%40mail.gmail.com.

