String manipulation

FORMATASTABLE – Format list as table

111 views June 1, 2018 admin 0

Overview

This Custom Field formats a delimited value list as an HTML table.

Syntax

FORMATASTABLE(FIELDSTR(ProductCodes),’^p’,‘^t’,1,10,1)

Element Description
InputString The input string to be formatted
RowDelimiter The row delimiter
ColumnDelimiter The column delimiter
HeaderRows The number of header rows (optional)
OutputColumnCount The output column count (optional)
OutputColumnFillIndex The output column fill index (optional)

Example

Coming soon.

See also

GROUPLIST

Was this helpful?