> For the complete documentation index, see [llms.txt](https://help.hummingbird.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hummingbird.co/analytics/where-can-i-see-a-summary-of-all-my-cases-over-time.md).

# Where can I see a summary of all my cases over time?

![](/files/gDVOL5txALimSsg1LJ5u)

There are several tables available for your review within the Analytics dashboard:

* Total Reviews By Date: This chart shows you the count of reviews created, closed, and open as of a given date.
* Review Types By Date Created: This chart allows you to visualize the number of reviews that are created each day by review type (e.g., Triage or AML Investigation).
* Decision: You can toggle between various charts which will allow you to visualize the number of decisions. For example:
  * U.S. Filing (AML Investigation) - filed or dismissed
  * Set On Ongoing Monitoring Decision - flag or not flagged
  * Prepare U.S. SAR Filing Decision - marked as complete (yes/no)
  * U.S. Filing (SAR Filing) - filed or dismissed
  * Escalation Decision - escalated or dismissed
* SARs filed: This chart allows you to visualize the number of SARs filed per day over an adjustable time period.
* CTRs filed: This chart allows you to visualize the number of CTRs filed per day over an adjustable time period.
* Case Triggers and Outcomes: This download shows you the number of triggers associated with case outcome over an adjustable time period.

Note: *when you click to download this report, it will download two separate CSV files. Some browsers have blocked the second file and will show a warning indicating that the website is trying to download multiple files – be sure to allow Hummingbird to download multiple files.*


---

# 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://help.hummingbird.co/analytics/where-can-i-see-a-summary-of-all-my-cases-over-time.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.
