The sum function will get the sum of an array.
Return Value
Value returns a sum of parent array.
Error Handling
If you try and sum an array which is not numeric fieldsvalues, the function will crash.
...
The sum function will get the sum of an array.
Value returns a sum of parent array.
If you try and sum an array which is not numeric fieldsvalues, the function will crash.
...