Skip to main content
Converts a given string to lowercase. Category: text Syntax:
Lower([text_column])
Returns: StringColumn Context Filtering: ✓ Yes

Parameters

NameTypeRequiredDescription
text_columncolumn✓ YesA text column.
Allowed Column Types: STRING, TEXT

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Lower([Name])
Converts each name in the column to lowercase.
  • Upper - Convert to uppercase
  • Contains - Use with Lower for case-insensitive searches
Last modified on March 13, 2026