variance(Tablelens,column[,condition])

Calculate the variance of values in the specified column inside a group. This function is only available to elements in a section.

Parameters

tableLens the tableLens object of the table

column column label of the column to summarize

condition condition on the column to summarize

Return

variance of all values in a column

Example

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

See Also

variance(cellRange), for the Table version.

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