bindingInfo.setTopNSummaryCol(groupCol, col)

Assigns the summary column to use for 'Top N' ranking of the indicated grouping column.

Parameter

groupCol the specified group column name

col the summary column name

Example

bindingInfo.setTopNSummaryCol('State', 'Price');

See Also

bindingInfo.setTopNSummaryCol(col,agg), for the equivalent Chart function.

bindingInfo.getTopNSummaryCol(groupCol), for the inverse operation.

<< bindingInfo.setTopNReverse(groupCol, bottom) © 1996-2013 InetSoft Technology Corporation (v11.5) bindingInfo.setOption(name, value) >>