Skip to main content
Planview Customer Success Center

Upper Function

Upper (text as String) as String

Category: Text
Description: Changes all letters in a given value to uppercase letters
Supported Context: FormulaField And BusinessRules
Parameters:  
text as String Represents a text string or reference to a field that returns a value of type text
Returned value as String Returns a text or string value equal to the text entered in the "text" parameter with all letters in upper case
Example #1

Return a string in upper case letters

Upper(‘This is a Test’)

returns 'THIS IS A TEST'

Tips See also Lower() function
Related Functions

Lower()