Subtract
Subtracts the results of the given components. Only number (integer or
decimal) values will be subtracted.
JSON Format
{
"type": "subtract",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | Formula components to subtract. This formula must return an array (list) of numbers (integer or decimal). |