Upper function
Applies to: TBM Studio 12.0 and later
Converts a specified string to uppercase.
Where to use
This function can be used in:
- Data sets
- Calculated metrics and reports with metric columns
- Formula columns in report tables
- Dynamic text
Syntax
Upper(expression)
Arguments
expression
Evaluates to the string to be converted.
Return type
String
Examples
Example function | Return value |
---|---|
=Upper("HWbudget" ) | HWBUDGET |
=Upper("hwBudget") | HWBUDGET |
See also: