FillDown
Replaces a column’s null values with the closest, prior non-null value.
Usage
FillDown(field)
field (required) The column where FillDown is applied.
Example
FillDown([Date])
- Will replace Nulls in the Date column with the nearest previous date that is in the same grouping as the null value.
