This is an old revision of the document!


SUBSTRING

Extracts a string between two indexes of the given string (the second index is not inclusive)

Attribute of the Plain Text type or string constant or calculation producing text and two indexes

 IF SUBSTRING (Account.Name, 0, 4) = 'John' THEN ...
  • Last modified: 2022/09/13 18:12