# FillDown

The **FillDown** function replaces all null values within a column with the closest, prior non-null value.

### Syntax

```
FillDown([Column])
```

Function Arguments:

* **Column** (required) The column to apply the fill down.

The results for this function can change if the workbook is refreshed and there is no sort applied to the table. The sort will change upon refresh.

### Example

```
FillDown([Date])
```

A table contains various dates.  The **FillDown** function will replace every null value within the `[Date]` column with the most recent non-null value.

<figure><img src="https://files.readme.io/c058a19-7.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/window-functions/filldown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
