Functions and Operations
These functions (and Operations in XML formulas) are supported:
Operation
|
Supported Types
|
Arguments
|
Description
|
Add
|
Int, long, float, double, date, time, datetime
|
n
|
Adds all values together.
|
Subtract
|
Int, long, float, double, date, time, datetime
|
n
|
Subtracts subsequent values from the first value.
|
Multiply
|
Int, long, float, double
|
n
|
Multiplies all values together.
|
Divide
|
Int, long, float, double
|
2
|
Divides the first value by the second.
|
Getvalue
|
Int, long, float, double, date, time, string
|
1
|
Retrieves the value from the specified field
|
|