Reports overview

View as Markdown

Reports allow you to make predictable, pixel-perfect, paginated exports that can be difficult to create from a workbook. With reports, you can tailor exports to match compliance and branding requirements, and create precise PDFs for all your enterprise reporting needs - such as regulatory documents, invoices, order forms, and other use cases.

This document provides an overview of reports and links to additional resources.

About reports

Reports allow you to leverage many of the same components as workbooks, and more:

You can also convert existing workbooks into reports to take advantage of report features like pixel-level formatting and more reliable exports. For more information, see Convert workbooks to reports.

Build a report

To begin building your report:

For an end-to-end example of building a report with company branding, analytics, and bursting and export functionality, see Tutorial: Build and export a sales report.

Share reports

There are several available methods of sharing a report:

View a report as code (Beta)

This documentation describes one or more public beta features that are in development. Beta features are subject to quick, iterative changes; therefore the current user experience in the Sigma service can differ from the information provided in this page.

This page should not be considered official published documentation until Sigma removes this notice and the beta flag on the corresponding feature(s) in the Sigma service. For the full beta feature disclaimer, see Beta features.

You can view the code representation of a report directly in the Sigma UI. From the document menu, select File > View code… to open the representation as YAML, then copy it to reuse with an AI assistant or the Sigma API.

For more information on the code representation of a report, see Manage reports as code.

Limitations

  • Tables and input tables can be paginated up to 10,000 rows:
    • This limitation applies to how many rows are rendered in the report. All operations (like filtering, formulas, summaries, and any child element interactions) are performed on the entire dataset.
    • Report exports will display up to 10,000 rows of data per table/input table.
  • Only vertical pagination of data tables is available.
  • Bursting limitations apply when exporting a report as an email burst.
  • Reports do not support using warehouse views with tagged versions.
  • Report pages are limited to 10,000 px in height and width.
  • Each report can be up to 1,000 pages long.