Rich text functions
RICHTEXTTOHTML
This function converts a Rich Text field’s value to an HTML content.
Syntax
@RICHTEXTTOHTML( richTextField )The function contains the following arguments:
| Parameter | Description | Mandatory |
|---|---|---|
| richTextField | The name of the field to transform. | Yes |
RICHTEXTTOTXT
This function converts a Rich Text field’s value to a simple text.
Syntax
@RICHTEXTTOTXT( richTextField )The function contains the following arguments:
| Parameter | Description | Mandatory |
|---|---|---|
| richTextField | The name of the field to transform. | Yes |
TXTTORICHTEXT
This function converts a simple text to a Rich Text field’s value.
Syntax
@TXTTORICHTEXT( text )The function contains the following arguments:
| Parameter | Description | Mandatory |
|---|---|---|
| text | The text to transform. | Yes |
Examples
@TXTTORICHTEXT( "My simple text" )