median(tablelens,column[,condition])

Calculates the median number 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

median number of all values in a column

Example

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

See Also

median(cellRange), for the Table version.

<< max(tablelens,column[,condition]) © 1996-2013 InetSoft Technology Corporation (v11.4) min(tablelens,column[,condition]) >>