> For the complete documentation index, see [llms.txt](https://cqube.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cqube.sunbird.org/use-cqube/visualizing-the-data/enhance-customize-cqube/manual-and-automated-testing/configure-default-date-range-across-app-specific-report.md).

# Configure default date range across app/specific report

Currently In cQube dashboard default date range is set to 7 days across app.&#x20;

If needed one can change the number of days for default selection across the app as shown below.

<figure><img src="https://lh6.googleusercontent.com/sVD1XlZOq0a3Hmn-7Y7xw0pr2g20v0-DlILAypWmgKA02q76c7pixg3jnK1kGzXzLzSgQAyW6GMyYjqrGAKosBbN63_TXRamgXTcTg1XbQczpdACR9-FGFC1mzINVxLBb-uOZuXsMhsTNpOt6Z77w0I" alt=""><figcaption></figcaption></figure>

The above defaultSelectedDays can be set in the time-series-filter-panel in the shared folder.

However if one wants to override and have custom default range for a specific report they can follow the below steps:

<figure><img src="https://lh5.googleusercontent.com/6meWCho4-TnXE7AVo8oYmVWXlDFgGCC-S4dSe3KNPLjaPUiIpDXC2XMaL4s6FNgHWzRqtNt8ogEpeCvBRaXVgMj8vj8Np6zllfrn49beHqudCfrw-R1LirUYHHsCrmQdbCym7-AmsWQyEG4T0QafsTo" alt=""><figcaption></figcaption></figure>

One can pass an input as shown above to the time-series-filter-panel html selector in a specific report html file.

<br>


---

# 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://cqube.sunbird.org/use-cqube/visualizing-the-data/enhance-customize-cqube/manual-and-automated-testing/configure-default-date-range-across-app-specific-report.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.
