standardDeviation(tablelens,column [,condition])

Calculate the standard deviation 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

standard deviation of all values in a column

Example

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

See Also

standardDeviation(cellRange), for the Table version.

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