upper
function converts all characters in text to UPPERCASE.
Syntax
upper(text)
Parameters
text
can be any of the following:
- Static text, such as "GDN".
- A Search Ads 360 variable that is a String, such as
Keyword
,Campaign
, and so on. - An expression or formula column that returns a String.
Example
upper(“Hello World!”)
returns “HELLO WORLD!”