Loading
CRM Analytics
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
          lower Function

          lower Function

          Returns a string with all characters from the input string in lowercase. If the input string is null, then the result is null.

          Required Editions

          Available in Salesforce Classic and Lightning Experience.
          Available with CRM Analytics, which is available for an extra cost in Enterprise, Performance, and Unlimited Editions. Also available in Developer Edition.

          Syntax

          lower(string)

          Arguments

          Argument Description
          string Dimension field or text string to convert to lowercase.
          Example
          Example The AccountId.Industry column uses different casing for industries, like “Media” and “media.” To apply consistent casing to the columns values, convert them to lowercase using the following formula.
          lower([AccountId.Industry])
          Enter the function in the Formula section of the Preview tab.
           
          Loading
          Salesforce Help | Article