Category:

Miscellaneous

Converts a string to all upper-case.

Syntax

upper(
  Str String
): String

Parameters

Str is the value to convert.

Return value

Type: String. Returns the resulting string.

Examples of using

upper(dataset_field_val(1, 'PaymentType'))