Fields whose values are computed from other fields by a formula.
Quick reference
| Key | Type | Meaning |
|---|
uniqueName | string (required) | Identifier. |
caption | string | Display label. |
formula | string (required) | Formula, e.g. IF(callCount == 0, null, answeredCallCount/callCount). |
See also