Skip to main content

data.calculatedFields

Fields whose values are computed from other fields by a formula.

Quick reference

KeyTypeMeaning
uniqueNamestring (required)Identifier.
captionstringDisplay label.
formulastring (required)Formula, e.g. IF(callCount == 0, null, answeredCallCount/callCount).

See also