bindingInfo.setSummarize(colName, sum)

Specifies whether summaries should be displayed for the indicated grouping column.

Parameter

colName name of the group column to be summarized

sum true: show summarization for group

false: do not show summarization

Example

bindingInfo.setSummarize('State', true);

See Also

bindingInfo.addSummaryCol(colName), to specify the column to be summarized.

<< bindingInfo.setGroupOrder(colName, order) © 1996-2013 InetSoft Technology Corporation (v11.5) bindingInfo.setTopN(groupCol, n) >>