Custom Set Sorting
You can supply custom set sorting functions per set in a given dimension.
The insight.addSetSorter(), insight.removeSetSorter() and insight.getSetSorter() methods can be used to manage the custom set sorting functions. When you call insight.Scenario.getSet(), it will pass the set(s) through any matching set sorters that have been added.