PROPER Operation
How to use the PROPER operation for Computed Attributes
Definition
The PROPER operation will capitalize the first letter of every word in a text.
Example
PROPER(‘hello world’)
Result:
Hello World
Syntax Guide
PROPER(text)
text - The text which will be capitalized. This operation will capitalize only the first letter in each word of the value