SubStr
Returns part of a string between two indexes.
Returns part of a string between two indexes. The first character is position 1.
Expression
Databox Value
Result
Comments
Substr(4,2)
289LJ987
LJ
Substr(4,999)
289LJ987
LJ987
Returns everything after the 4th character position
Last updated
Was this helpful?