SortBy(Table, String, AggregationType, ListSortDirection)
|
table, columnName, aggregate, direction
|
Sorts a data table by a specified column in a required direction by applying an aggregate function.
|
SortBy(Table, String, AggregationType)
|
table, columnName, aggregate
|
Sorts a data table by a specified column by applying an aggregate function.
|
SortBy(Table, String, ListSortDirection)
|
table, columnName, direction
|
Sorts a data table by a specified column in a required direction.
|
SortBy(Table, String)
|
table, columnName
|
Sorts a data table by a specified column.
|