Crystal Reports  

Array Functions (Basic and Crystal Syntax)

The array functions compute summaries of an array's elements. For example, the Sum function when applied to an array returns the sum of the elements of the array.

Basic Syntax Example

The following formula returns 100:

formula = Sum (Array (10, 20, 30, 40))

Crystal Syntax Example

The following formula returns 100:

Sum ([10, 20, 30, 40])

See Also

Array Data Types | Performing Report Calculations