sortOthersLast
If set to true (default), when ‘Group all others together’ is enabled for Top/Bottom ranking in the ‘Edit Dimension’ panel of the Crosstab Editor, this places the ‘Others’ group after all the ranked groups, regardless of the specified dimension sorting. (See Create a Crosstab for information about dimension ranking.)
If set to false, the ‘Others’ group is placed according to the specified ‘Sort’ setting in the ‘Edit Dimension’ panel.
Example
sortOthersLast = false;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |