Sorting by summary values in a "Totals Only" Report
I have a "totals only" Report. How do I go about taking the resulting Report totals and sort them by one or more of the values?
The only way to sort by summary values is to capture them in code in the first place, sort in code, then emit the entire Report yourself. A lower impact way is to run your totals only Report in an HTML mode, then open the resulting file in a spreadsheet program like Excel. At that point, it becomes a set of live figures that you can sort and work with interactively.
For more information on Totals Only Reports, see this article elsewhere in the Knowledgebase, the Sesame User Guide, or the Sesame Programming Guide.