You are here: All Help Topics > Accounting and Assurance > Calculations, Functions and Linkages > LOWER function
-- Reference --

LOWER

The LOWER function converts a string to lower case.

LOWER(expression)

  • LOWER("WXYZ")

    Displays the string "wxyz".

LOWER(DATABASE -> FIELD) OPERATOR VALUE

  • GL->LOWER(JE_DESC)="PCASH"

    Returns all journal entries with journal descriptions that start with "PCASH" regardless of case.

Related Topics