Any data table on a CaliberMind report can be exported to a CSV file by selected the green ‘download’ arrow next to the title of the table:

These tables, however, are limited to 5000 rows. If your data exceeds 5000 rows and you would like to export it, you can do this by creating a custom list. Below are the steps required to do this.
- Copy the SQL from the table you would like to export by selecting the green icon next to the table title

- Go to the Lists section of the platform and create a new list by selecting the green ‘plus’ arrow in the top right corner of the screen

- Name the list, set the list type to ‘Custom’ and click ‘OK’

- Past the SQL into the box provided and remove the ‘limit 5000’ logic from the end of the query

- Save the list and Download by clicking the three dots to the right of the list name
