count(cellRange)

Calculates the number of non-empty values in the specified column inside a cellrange.This function is only available to fixed Table elements.

Parameters

cellrange the start and end of cell range of the column to be counted.

Return

number of values in a cellrange

Example

text = count('[1,state]:[1,state]');

text = count('[1,0]:[5,0]');

See Also

count(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.

<< concat(cellRange) © 1996-2013 InetSoft Technology Corporation (v11.4) countDistinct(cellRange) >>