For the complete documentation index, see llms.txt. This page is also available as Markdown.

FILLNULL

Fills null values with specified replacement value

FILLNULL(column, fill value)

Fills the null values within a column with a specified fill value

Arguments

Argument

Description

column

Column containing null values

fill value

Value to replace null values with

Outputs

A column matching column with all null values replaced by the specified fill value

Example

Last updated

Was this helpful?