bindingInfo.setTopNReverse(groupCol, bottom)

Sets reverse 'Top N' ranking (i.e., 'Bottom N' ranking) for the specified grouping column.

Parameter

groupCol the specified group column

bottom true: reverse (Bottom N) ranking

Example

bindingInfo.setTopNReverse('State',true);

See Also

bindingInfo.setTopNReverse(col,boolean), for the equivalent Chart function.

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

<< bindingInfo.setTopNGroupCol(groupCol1, groupcol2) © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.setTopNSummaryCol(groupCol, col) >>