# Export Summary - Calendar

'Export Summary' feature in the yCrash application facilitates users to export reported incidents in a particular month to a CSV file.

When the user clicks on the Export Summary hyperlink in the calendar dashboard then it will download a CSV file that summarizes the incidents for the selected month and year by the application name.

For example, as we can see in the below screenshot, we have 24 incidents for June 2020. If the user clicks on the Export Summary link then the application will download a CSV file in the user's browser that will contain all incidents that occurred during the month of June 2020.

img

Downloaded CSV file will look like as below:

img

The CSV file contains the following cells:

Application name: Name of the application in which incidents are captured by the YC agent.

Count: A number of incidents captured by the YC agent in that particular month for that application.

Incident URL: URL for the incident report.

# Video