Loading
Feature Degradation | Agentforce Voice Read More
Extend Salesforce with Clicks, Not Code
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          TRIM

          TRIM

          Removes the spaces and tabs from the beginning and end of a text string.

          Use

          TRIM(text) and replace text with the field or expression you want to trim.

          Formula Example
          Formula Example TRIM(LEFT(LastName,5))& "-" & RIGHT(FirstName, 1) returns a network ID for users that contains the first five characters of their last name and first character of their first name separated by a dash.
           
          Loading
          Salesforce Help | Article