Text Formulas
e.g. replace, contains
- trim - Remove spaces at the beginning and end
- lower - Convert string to lower case letters
- length - Determine the length of a character string
- startsWith - Check whether a string starts with another string
- endsWith - Check whether a string ends with another string
- replace - Replace text
- count - Count the number of occurrences of a string
- contains - Check for contained character strings
- indexOf - Determine the position of a substring
- padLeft - pad strings to the left
- padRight - pad strings to the right
- segment - Splitting a string into segments
- sort - Sort a list of entries
- subString - Extract part of a string
- Linking texts and combining formulas
- format - Formatting of a value within the list view