Possessive Function
Description:
The 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:
{Possessive(BuyerName)}
Expression | Result |
|---|---|
Possessive( "Christian" ) for an english locale | "Christian's" |
Possessive( "Nimbus" ) for an english locale | "Nimbus'" |