Hi Ted
That helps so much as I see how it works now, except I was hoping for sorting in the other 'dimension' if I can use that turn of phrase.
I was thinking about a list of lists where each child list is an individual record, from a table of similar records.
[…]
I could run transpose the lists into {{"adam","penny",…}, {"male","female",…}, {33, 43,…}} I guess. But is there a way to do it if I have lists of records like this, or even as lists with property labels (hashes) {name: "adam, gender: "male", age: 33}, etc etc