Skip to main content

MissingValues

MissingValues Function

Indentifies the values that are missing in a sequence.

Syntax

MissingValues(vector Column)

Arguments

ArgumentDescription
vector ColumnColumn to find the missing values on

Examples:

MissingValues([FusionTestTable.IntColumn])

Identifies the missing values between the minimum and maximum values in the column.