min(tablelens,column[,condition])

Calculates the minimum 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

minimum of all values in a column

Example

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

See Also

min(cellRange), for the Table version.

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