UPPER Function

From Planfix
Revision as of 13:55, 7 February 2024 by Dmitri (talk | contribs) (Created page with " {{#seo: |title=UPPER Function |titlemode=append |keywords=Planfix, function, UPPER, UPPER() |description=UPPER Function }} The function UPPER() makes all letters in the text uppercase. == Format == *'''UPPER('''text''')''' The argument '''text''' is mandatory. It is converted to uppercase. The argument can be a reference to text or a text string. == Examples == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Description...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The function UPPER() makes all letters in the text uppercase.

Format

  • UPPER(text)

The argument text is mandatory. It is converted to uppercase. The argument can be a reference to text or a text string.


Examples

Formula Description Result
UPPER("text") Returns the text in uppercase letters TEXT
UPPER({{Task.Name}}) Returns the text of the variable in uppercase letters TASK TITLE


Go To