> 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/super-filter/filter-types/1.-date-filter/vii.format-pane-settings/b.default-selection.md).

# b.Default Selection

{% hint style="success" %}
**Supported in: ✔️**Slider Calendar **❌**&#x59;ear **❌**&#x4D;ulti Year **❌**&#x4D;ont&#x68;**✔️**Month Range **❌**&#x57;eek **❌**&#x44;ays
{% endhint %}

The **Default Selection** option allows users to dynamically set a predefined date range for the visual. Once configured, the visual will always display the selected range by default.

Follow these steps to configure this feature:

{% stepper %}
{% step %}
Navigate to the **Format Pane** section: **Date Filter** -> **General** -> **Default Selection**.
{% endstep %}

{% step %}
The default option is **User Defined**, which allows users to manually select the desired date range.
{% endstep %}

{% step %}
Other available predefined options include:

* Past Days
* Past Weeks
* Past Calendar Weeks
* Past Months
* Past Calendar Months
* Past Quarter
* Past Year
* Past Calendar Years
* Future Days
* Future Weeks
* Future Calendar Weeks
* Future Quarters
* Future Years
* Future Calendar Years
* This Day
* This Week
* This Month
* This Quarter
* This Year&#x20;
  {% endstep %}

{% step %}
When one of these predefined options is selected, an additional setting, **Selection Count**, appears. This allows users to specify the number of days, weeks, months, or other units for the date range.
{% endstep %}

{% step %}
Once configured, the visual dynamically updates to reflect the selected default range.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Week-based options like **"This Week"** now align with the configured **Start Day of the Week**.\
For example, if the start day is set to **Tuesday**, selecting "This Week" will filter dates from **Tuesday to today**.
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPIvQSuyE40UC9wv5uGgW%2Fuploads%2F3gHdc278BtPBocEIK6f8%2FScreen%20Recording%202025-01-28%20160316.mp4?alt=media&token=47913d04-d396-42f1-b3a7-d160bb7c3a7a>" %}
Video 1: Default selection in Month Range Calendar Mode
{% endembed %}


---

# 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/super-filter/filter-types/1.-date-filter/vii.format-pane-settings/b.default-selection.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.
