Data Synchronisation StudioUser GuideCalculated ColumnsFunctionsLENGTHOn this pageLENGTHCalculates the length of a string, will return the count of characters in a string. This is the same as LEN.Syntaxint LENGTH(string value)ExampleLENGTH("Simego")Will return "6".