# COLUMN.DATE

COLUMN.DATE returns the date available in the measure or column header.

### Example <a href="#example" id="example"></a>

We want to add a new date measure with the date value extracted from the date hierarchy in the measure's header.

<figure><img src="/files/eT53u0KS748HHTt7BoPk" alt=""><figcaption><p>COLUMN.DATE()</p></figcaption></figure>

If user enters a date in the measure/column header's 'Title', COLUMN.DATE() returns that date from the title overriding the date dimensions in the headers.

<figure><img src="/files/LDtlYtAqMWlLMFUCFcLV" alt=""><figcaption><p>COLUMN.DATE()</p></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://docs.inforiver.com/formula-syntax/identifiers/column.date.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.
