Last updated 2 years ago
Was this helpful?
The Length() function calculates the number of characters of a text.
Length()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a number that is the character count of a text. Returns Invalid expression if the result is not a text.
Invalid expression
Length(
text
)
Length("SomeText or Other 1234") => 22
Length("SomeText or Other 1234")
a text