bindingInfo.setGroupOrder(colName, order)

Set the ordering of a group column.

Parameter

colName column whose grouping order is to be set

order order of this group column:
   StyleConstant.SORT_ASC: Ascending order

   StyleConstant.SORT_DESC: Descending order

   StyleConstant.SORT_NONE: Original order

Example

bindingInfo.setGroupOrder('State', StyleConstant.SORT_DESC);

<< bindingInfo.setFormula(col, formula) © 1996-2013 InetSoft Technology Corporation (v11.5) bindingInfo.setSummarize(colName, sum) >>