Go to the report, click the Export/Save As button top right, and choose either PDF, CSV, or JSON.
Clicking on any of these will automatically download this report in the chosen format to your device. Each of these options is explained below.
CSV
This is your standard .csv format used by programs like Microsoft Excel to get a spreadsheet of your data.
This can be a very useful format if you want to use the advanced MS Excel functionality to further adjust the data, such as creating charts, formulas, averages, totals, and so on.
Downloading the data to CSV is also great if you need to copy it to other applications (e.g. Google Sheets).
Sometimes, certain characters can become garbled when exporting the data to CSV/Excel (particularly for certain languages, like Japanese or Arabic).
This is a known issue with Microsoft Excel, but can be easily resolved with a few basic steps. See
this guide for more information.
PDF
This format is used for programs like Adobe Reader/Acrobat and anything that uses files with the .pdf extension.
This can be a good one to choose for smaller data sets or if you want a more professional-looking document, like an invoice.
However, if you want to be able to work with larger data sets or be able to make changes to the report, we suggest using the CSV export option above.
For example, exporting the last 30 days worth of Order Line Items generated a 745 page pdf (!)
However, doing a PDF export of a Summary report (e.g. Sales by Product) produced a single-page PDF.
Note that we do not currently support the ability to export charts to PDF reports.
This is an open feature request in our app, so until we are able to support this capability, we suggest exporting to CSV (above) and instead creating the chart using Excel's inherent functionality.
JSON
JSON is a standard text-based format for representing structured data based on JavaScript object syntax.
It's quite useful if you need the data in a more programmatic format for use in other applications.
This file can be opened by most browsers (e.g. here we see an export of the Order Line Items for our demo store in Firefox):
For most ordinary users of Report Toaster, this isn't a file format they will typically use - but it can be helpful if you need to get at the raw underlying data that's involved.