bindingInfo.setTopNGroupCol(groupCol1, groupcol2)

Transfers the 'top-N' ranking from one grouping column to another grouping column.

Parameter

groupCol1 a grouped column with existing topN ranking

groupCol2 a grouped column to receive topN ranking

Example

bindingInfo.setTopNGroupCol('State','City');

See Also

bindingInfo.setTopN(groupCol, n), to specify ranking.

Grouping and Summarization in Data Binding Wizard, in Report Design, for details on Top-N filtering.

<< bindingInfo.setTopN(groupCol, n) © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.setTopNReverse(groupCol, bottom) >>