concat(cellRange)
Concatenates all values in the specified column inside a cell range. This function is only available to fixed Table elements.
Parameters
cellrange start and end of cell range for concatenation
Return
concatenation of all values in a cellrange
Example
text = concat('[1,state]:[5,state]');
text = concat('[1,0]:[5,0]');
See Also
concat(column[, group[,condition]]), for the Section version.
SI.6, Table Object , for additional functions pertaining to Tables.
Data Tables, for scripting issues related to fixed Tables.
| << average(cellRange) | © 1996-2013 InetSoft Technology Corporation (v11.5) | count(cellRange) >> |