mode(tablelens,column[,condition])

Calculate the mode 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

mode of all values in a column

Example

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

See Also

mode(cellRange), for the Table version.

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