count(tablelens,column[,condition])

Calculates the number of values in the specified column.

Parameters

tableLens the tableLens object of the table

column column label of the column to summarize

condition condition on the column to summarize

Return

number of values in a column

Example

text = count(Table1.tableLens,'Quantity',"Discount>0");

See Also

count(cellRange), for the Table version.

<< correlation(tablelens,column1,column2 [,condition]) © 1996-2013 InetSoft Technology Corporation (v11.5) countDistinct(tablelens,column[,condition]) >>