Hi JWHoneycutt As Mark recommended, you need to use nsort. Table has an input parameter called sortOp. The state tiddler can be anything, no need to use a complicated title. The state tiddler is used for two reasons: It keeps the state between two sessions, it keeps the footer results. So, if you don't use footers for further calculations, and if you don't need the sorting state or expand state you can even ignore the state tiddler.
I should mention if you use several dynamic tables in a single tiddler, again state tiddler is used to keep them separate (e.g sorting state Best wishes Mohammad On Sat, Jan 23, 2021 at 9:47 PM 'JWHoneycutt' via TiddlyWiki < [email protected]> wrote: > I love Mohammad's solution for dynamic-tables, (Shiraz plugin version > 2.1.2) but... > > I need a little more help making a dynamic table sort correctly. > > I created a numeric "sort" field. Entries are (in order) 01, 021, 022, > 03, 071, 101, 102, 11, etc. > > My current best guess still does not work: > ``` > <<table-dynamic filter:"[tag[Ayacucho]tag[Owner]tag[Person]]" > fields:"tbl-expand title lot name corp_name corp_number email phone" > caption:"''Ayacucho Lot Owners''" class:"w-100 table-hover-cyan > table-center thead-dark" footerRows:"0" > stateTiddler:"$:/keepstate/dynamictables/$(sort)$" editButton:"yes">> > > ``` > > I first assumed I could just make my filter: > "[tag[Ayacucho]tag[Owner]tag[Person]sort[sort]]" and leave > stateTiddler:"" (blank), but it does not sort by the "sort" field. > > Next try is filter:"[tag[Ayacucho]tag[Owner]tag[Person]" and stateTiddler: > "sort", still fails. > How do I get the table to sort by the "sort" field? > > (The sort order can be permanent.) - Do I insert this lingo here? > $:/keepstate/dynamictables/$(currentTable)$ > > JWHoneycutt > > -- > 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/79389ea1-4cff-45b1-b8bf-d50d016c4ac2n%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/79389ea1-4cff-45b1-b8bf-d50d016c4ac2n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAAV1gMA4bcNbBLXdpm5hjymeS6SpZuiEk7-Jqx5WsAu0ztyXfw%40mail.gmail.com.

