Returns the last item of the list {0}. If the list is empty, an exception is thrown. This function takes an optional parameter, {1}, to support gathering multiple items or filtering items. {1} can be specified in three ways:
- If a number is specified, up to that many items are returned.
- If a condition is specified, all items are returned that initially meet the condition, starting at the end of the list. Once an item fails the condition, no further items are considered.
- If this parameter is null the last item in the list is returned.
Returns the largest row(s) in the {0}, given the {1}. After the rows are sorted, the {2} parameter must be specified to further ...
Returns the last day of the month in {0}. {0}: A date , datetime , or datetimezone value from which the end of the month ...
Returns the last day of the week in the provided date , datetime , or datetimezone {0}. This function takes an optional Day ...
Returns the last item in the list {0}, or the optional default value, {1}, if the list is empty. If the list is empty and ...
Returns the last item of the list {0}. If the list is empty, an exception is thrown. This function takes an optional parameter, ...
Returns the last row(s) from the table, {0}, depending on the value of {1}: If {1} is a number, that many rows will be returned ...
Returns the least common multiple of integers. The least common multiple is the smallest positive integer that is a multiple ...
Returns the logarithm of a number, {0}, to the specified {1} base. If {1} is not specified, the default value is Number.E. ...
Returns the logarithm of a number, {0}, to the specified {1} base. If {1} is not specified, the default value is Number.E. ...