LowerPossessive Function
Description:
The lower case possessive form of the text according to the locale setting.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Text | The text. |
Examples:
When using functions inside a field, remember the field brackets:
{LowerPossessive(BuyerName)}
Expression | Result |
|---|---|
LowerPossessive( "CHRISTIAN" ) for an english locale | "CHRISTIAN's" |
LowerPossessive( "NIMBUS" ) for an english locale | "NIMBUS'" |