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

UPPER function

The UPPER function converts a string to upper case.

UPPER(expression)

  • UPPER("abcdef")

    Displays the string "ABCDEF".

UPPER(DATABASE--> FIELD) OPERATOR VALUE

  • GL->UPPER(JE_DESC)="MELVIN"

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

Related Topics