IsNull
This formula allows you to check if a particular value is null or not. It
will return true if and only if the given value equals null.
JSON Format
{
"type": "isNull",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the value you want to check for nullability. |