Category:
Miscellaneous
Converts the first character of a string to upper-case and the rest in lower-case.
Syntax
pretty(
Str String
): String
Parameters
Str is the value to convert.
Return value
Type: String. Returns the resulting string.
Examples of using
pretty(dataset_field_val(1, 'Subject'))