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

Calculate the nth smallest value in the specified column.

Parameters

tableLens the tableLens object of the table

n the nth smallest value to search

column column label of the column to summarize

condition condition on the column to summarize

Return

nth smallest value in a column

Example

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

See Also

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

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