LENGTH
Return the count of items in the list or the length of a string.
Declaration
LENGTH(list_of_values) -> length
LENGTH(string) -> length
Parameters
Return Values
- length
- number -Number of root level items in the list (see FLAT to flatten), or the length of the given string.