Data Synchronisation StudioUser GuideCalculated ColumnsFunctionsLENGTHOn this pageLENGTH Calculates the length of a string, will return the count of characters in a string. This is the same as LEN. Syntax int LENGTH(string value) Example LENGTH("Simego") Will return "6".