> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/working-with-inforiver/18.-variables/variable-types/date-range.md).

# Date range

Use the date range variable in reports with date dimensions to select a period range.

### 1. Configuration <a href="#id-1.-configuration" id="id-1.-configuration"></a>

This section outlines configurations specific to date range variables.

**1.1. Value:** Assign a default date range for the variable.

**1.2. Enable date range:** Set a time frame within which the date range should be set. You can specify and start date that is lesser than the start date in the Value field and an end date that is greater than the end date in the Value field.

<figure><img src="/files/ysRp4fAjjLChwNc9G32X" alt=""><figcaption><p>Creating date range variables</p></figcaption></figure>

### 2. Examples <a href="#id-2.-examples" id="id-2.-examples"></a>

**2.1. Filter data**

When you have date dimensions in your reports, you can use date variables to create dynamic filters.

**STEP 1:** Create a date variable with the configuration shown in section 1.

**STEP 2:** Create an Inforiver filter that references the technical name of the date variable.

<figure><img src="/files/MAxJZlAiFsvUMqHTKU9a" alt=""><figcaption><p>Create an Inforiver filter</p></figcaption></figure>

**STEP 3:** Notice how the data gets filtered as the variable selection is changed. The Inforiver filter needs to be created only once and does not have to be edited each time we change the date range.

<figure><img src="/files/R8zyyxRQDTmPxbLyLB2C" alt=""><figcaption><p>Filtering date based data using variables</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/working-with-inforiver/18.-variables/variable-types/date-range.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
