SORT
Description
Sorts the entries of the given parameter in ascending order.
SORT(Scalar<any>)
Sort the entries of the given Scalar<any> in ascending order.
Parameters
Returns
Returns the given scalar sorted in ascending order as type Scalar<any>.
SORT(Vector<any>)
Sort the entries of the given Vector<any> in ascending order.
Parameters
Returns
Returns the given vector sorted in ascending order as type Vector<any>.
SORT(GroupedScalar<any, any> [, Scalar<Text>])
Sort the entries of the given GroupedScalar<any, any> in ascending order by values.
Parameters
Returns
Returns the given group sorted by the specified property in ascending order as type GroupedScalar<any, any>.
SORT(GroupedVector<any, any> [, Scalar<Text>])
Sort the entries of the given GroupedVector<any, any> in ascending order by values.
Parameters
Returns
Returns the given group sorted by the specified property in ascending order as type GroupedScalar<any, any>.
Examples
Sort GridPowerConsumption in ascending order.
Sort GroupedByDevicePowerConsumption in ascending order by event
Last updated