I want the default sort order to be None-Descending-Ascending for Numbers

I want the default sort order to be None-Descending-Ascending for Numbers

ignatzignatz Posts: 3Questions: 2Answers: 0

Out of the box the sort order is None-Ascending-Descending. That's exactly what I want for A-Z sorts. However, for numerical sorts I want the reverse. In my data sets there are so many zeros and ones. Larger numbers are the exception and they are the things that I'm interested in having displayed.

In this situation I have dozens of data sets being generated from a reasonably complex XML data source. I use XSL to generate the table. The number of columns and the type of data varies a great deal, depending on the XML node that is being investigated.

Can I make a single, high level setting that says, "if the column is full of numbers, do the initial sort in descending order"?

Answers

This discussion has been closed.