The |
ismissing(Qty) |
Output: Returns true
if the value in the Qty
column is missing.
ismissing(column_string) |
Argument | Required? | Data Type | Description |
---|---|---|---|
column_string | Y | string | Name of column or string literal to be applied to the function |
Name of the column or string literal to be tested for missing values.
Required? | Data Type | Example Value |
---|---|---|
Yes | String literal or column reference | myColumn |