MissingValues
MissingValues Function
Indentifies the values that are missing in a sequence.
Syntax
MissingValues(vector Column)
Arguments
| Argument | Description |
|---|---|
vector Column | Column to find the missing values on |
Examples:
MissingValues([FusionTestTable.IntColumn])
Identifies the missing values between the minimum and maximum values in the column.