Skip to main content
Returns True if the argument contains missing data values, and False if the argument is not Null. Often applied to a column of data to test for Null values. Category: logical Syntax:
Returns: BooleanColumn Context Filtering: ✓ Yes

Parameters

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Returns False for rows where sales data exists and True for rows where there is no data.
Returns True when no start and end date is provided in a Date Range parameter.
Last modified on March 13, 2026