Table of Contents
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.