sortOthersLast

If set to true (default), when ‘Group all others together’ is enabled for Top/Bottom ranking in the Group ‘Edit’ panel of the Freehand Table Editor, this places the ‘Others’ group after all the ranked groups, regardless of the specified dimension sorting. (See Sort and Rank for information about dimension ranking in a Freehand Table.)

If set to false, the ‘Others’ group is placed according to the specified ‘Sort’ setting in the ‘Edit’ panel.

Type

Boolean

true: Place ‘Others’ last
false: Place ‘Others’ according to specified ‘Sort’ setting

Example

sortOthersLast = false;

Either syntax below can be used in component script:

sortOthersLast                  // unqualified
FreehandTable1.sortOthersLast   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.