# 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 6 incidents for February 2026. 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 February 2026.

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-360 script.

Count: A number of incidents captured by the yc-360 script in that particular month for that application.

Incident URL: URL for the incident report.

# Video