sum(cellRange)
Calculates the sum of values in the specified column inside a cell range. This function is only available to fixed Table elements.
Parameters
cellrange the start and end of cell range whose
sum is to be calculated
Return
sum of all values in a cellrange
Example
text = sum("[1,quantity]:[5,quantity]");
See Also
sum(column[, group[,condition]]), for the Section version.
SI.6, Table Object , for additional functions pertaining to Tables.
Data Tables, for scripting issues related to fixed Tables.
| << standardDeviation(cellRange) | © 1996-2013 InetSoft Technology Corporation (v11.4) | variance(cellRange) >> |