> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/product-updates/august-2023/user-call-report-aggregate-stats-for-date-range.md).

# User call report: aggregate stats for date range

Till now in the user call report , when a date range was selected we used to get many rows for the same user corresponding to the different dates between that range, but now you can view the aggregate stats for the selected date range, that means for each user there would be just one row for that particular range.

With this update, we hope to make it easier for you to see performance of a user for a period longer than just a day.&#x20;

<figure><img src="/files/9RIEPxt6YRWFevaJUf63" alt=""><figcaption></figcaption></figure>

<br>

{% hint style="info" %}
Please note that even though while viewing the report on NeoDove you might see a sum of all the days against a user, if you download the same report, the downloaded report will have individual day report against each user and will NOT show and aggregate sum for the chosen date range. This is to enable you to dissect into the daily report for other uses like using this report to find when did a user start calling each day separately for attendance purpose.
{% endhint %}


---

# 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.neodove.com/product-updates/august-2023/user-call-report-aggregate-stats-for-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.
