Skip to main content

Working with Reports

A Report turns the data in your DatasetA saved, queryable collection of data pulled from one or more Datasources. Datasets are the foundation for reports, dashboards, and AI data analysis.s into something people can read, share, and act on: an interactive dashboard of charts and tables, a quick Ad Hoc QueryA saved, parameterized query in Informer. Together with Datasets, Ad Hoc Queries are the data foundation Magic Reports build on. for exploring a Datasource, or a pixel-perfect document like an invoice or a letter.

The Reports listing page: the left navigation rail, a list of Reports with Type, Tags, and Last Modified columns, and a details panel on the right showing a selected Dashboard
The Reports listing page.

Why Reports matter

A DatasetA saved, queryable collection of data pulled from one or more Datasources. Datasets are the foundation for reports, dashboards, and AI data analysis. holds the data; a Report is how you present it. The same Dataset can back a live dashboard for a manager, a side-by-side comparison for an analyst, and a formatted statement for a customer, each one a different Report reading from the same indexed records. Building the presentation as a Report (rather than re-querying every time) means it refreshes with the data, respects who is allowed to see which Fields, and can be shared, scheduled, and exported.

The kinds of Report

The New menu groups Reports into three families, depending on what you want to produce:

FamilyReport typeWhat it produces
InteractiveDashboardA layout of DatasetA saved, queryable collection of data pulled from one or more Datasources. Datasets are the foundation for reports, dashboards, and AI data analysis.-backed Visuals (charts, tables, KPIs) you can move, resize, configure, and filter together.
InteractiveComparison BoardVisuals compared side by side, split by the unique values of a Field.
InteractiveData ViewA customized view for reading and exploring the records of a single Dataset.
Ad Hoc QueryNative SQLAn Ad Hoc QueryA saved, parameterized query in Informer. Together with Datasets, Ad Hoc Queries are the data foundation Magic Reports build on. whose exact statement you write yourself and send straight to the database.
Ad Hoc QueryQuery DesignerAn Ad Hoc QueryA saved, parameterized query in Informer. Together with Datasets, Ad Hoc Queries are the data foundation Magic Reports build on. you build visually, without writing database code.
Pixel PerfectTemplateA highly formatted HTML document (invoices, letters, certificates), viewable in the browser or exported to PDF.

A Magic ReportA simpler kind of App built on Datasets and Ad Hoc Queries. Magic Reports are available to every Informer tenant; full Apps (with server routes, databases, and messaging) require the Apps license. and full Apps are a separate, code-driven kind of Report; they are covered in the Apps section.

The Report workspace

Open a Report and you get a workspace with a tab for each thing you can do with it:

TabWhat it's for
ViewView and interact with the Report
AccessThe owner and Teams that have access to this Report
CommentsDiscussion regarding the Report
SettingsConfigure the settings of the Report

In this section

ChapterIn one line
OverviewThe listing page, the three families of Report, and the Actions menu.
DashboardsLay out Visuals on a canvas and let viewers filter them.
Visual ConfigurationsConfigure each chart type: line, bar, pie, map, KPI, and more.
Comparison BoardsCompare segments of your data in side-by-side columns.
Data ViewsA spreadsheet-style grid and pivot over a single Dataset.
Ad hoc QueriesTemporary, real-time Queries built with SQL or the Designer.
TemplatesPixel-perfect HTML/PDF output, with data injected via Nunjucks.
AccessSharing, ownership, and the Team role breakdown.
AppendixCustom aggregates, external links, and public Reports.

Where do I look when...

You want to...Where
Build a new ReportCreating a Report
Lay out charts on one pageDashboards
Configure a specific chart typeVisual Configurations
Compare Visuals side by sideComparison Boards
Read and explore one Dataset's recordsData Views
Write the exact query yourselfa Native SQL Ad hoc Query
Produce a formatted invoice or letterTemplates
Share a Report outside InformerExternal Links
Let viewers filter the Report's dataturn on Enable Report Filtering in the Settings tab
Control who can see the Reportthe Access tab
Also available through the REST API
Everything on this page is built on Informer's public REST API, the same one the product uses, so your scripts and integrations can do it too. Developer reference: Reports.