UPPER

Converts all characters in the specified val to upper case.

Syntax

UPPER(val)

Example

If myfield has value 'DEF2', then:

lower({{myfield}})

returns:

def2

Related

LOWER