The LENGTH() function returns the length of a text string. It counts all characters, including spaces and non-printable characters.
Function name:
LENGTH()
Syntax
LENGTH(text)ℹ Calling function parameters in TimeTonic:
- $field_name = field (link, linked table column, number, selection, formula, text...).
- "free text" = free text to be added between quotation marks.
- do not use quotation marks for numbers.
Parameters
| Parameter | Description |
|---|---|
text |
The string for which to calculate the number of characters. |
Example
LENGTH("Hello")Result : 5
Notes
Counts every character, including spaces, tabs, and line breaks.
Return type
The function returns a number.
The output type format of the result can be configured in the output field options of the formula editor. For more details, see Output format options in the Formula column article.