bindingInfo.setTopN(groupCol, n)

Sets the 'Top N' value for the specified grouping column.

Parameter

groupCol the specified group column name

n topN integer value

Example

bindingInfo.setTopN('State', 10);

See Also

bindingInfo.setTopN(col,N), for the equivalent Chart function.

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

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

<< bindingInfo.setSummarize(colName, sum) © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.setTopNGroupCol(groupCol1, groupcol2) >>