system.dataset.sort

Description

Sorts a dataset and returns the sorted dataset.

Syntax

system.dataset. sort( dataset, keyColumn [, ascending] )

  • Parameters

Dataset dataset - The dataset to sort.

int keyColumn - The index or column name of the column to sort on.

boolean ascending - True for ascending order, False for descending order. [optional]

  • Returns

Dataset - A new sorted dataset.

  • Scope

All

Code Examples

There are no examples available for this function.