Display format

Description

Specify how the field should be formatted using an Xbasic expression.

Discussion

Specify how this field should be formatted. Enter an Xbasic expression that uses the <value> placeholder to format the data. It may be necessary to wrap the <value> placeholder in the convert_type() function to ensure that <value> returns the correct data type that your format expression expects.

Example

convert_type(<value>,"C")
This option is not available if this List is the parent of a child List and it pre-fetches the data for the child List. Instead, define a client-side format.