nthMostFrequent(tablelens,n,column [,condition])

Calculate the nth most frequently occurring value in the specified column.

Parameters

tableLens the tableLens object of the table

n the nth most frequent value to search

column column label of the column to summarize

condition condition on the column to summarize

Return

nth most frequently occurring value in a column

Example

text =

nthMostFrequent(Table1.tableLens,2,'Quantity',
   "Discount>0");

See Also

nthMostFrequent(n, cellRange), for the Table version.

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