Exporting Data from a Table

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.

  1. Copy the SQL from the table you would like to export by selecting the green icon next to the table title
  2. 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
  3. Name the list, set the list type to ‘Custom’ and click ‘OK’
  4. Past the SQL into the box provided and remove the ‘limit 5000’ logic from the end of the query
  5. Save the list and Download by clicking the three dots to the right of the list name

Related Articles

Table of Contents