Skip to content

Reports

A report is a saved question about your data — “active members by city”, “revenue this quarter”, “events with no registrations”. Reports are for everyone, not just administrators: anyone can build them over the data they’re allowed to see, run them live, and pin them to dashboards.

  • List reports show matching records as a table — you choose the columns, the filter and the sort. Ideal for working lists: “unpaid members”, “this month’s events”.
  • Aggregate reports summarize: group by a field and count, sum or average another. They render as totals, rankings and charts — “members per profile”, “donations by month”, “average payment per campaign”. Group by two fields and you get a pivot table — say, registrations by event and by profile.
  1. Open Reports & dashboards from the sidebar and click + New report.
  2. Pick the record type the report is about.
  3. Choose the kind — list or aggregate — then set your filter (the same filter editor as lists, including the ”= me” shortcuts), and either columns + sort or group-by + measure.
  4. Preview as you build, then Save.

The report runs live every time it’s opened — it’s a question, not a snapshot.

A report doesn’t have to stay inside one type. In the Related types section, join another record type:

  • Via a reference field — payments joined to the person they point at, in either direction.
  • Via a relationship — people joined to the events they attended.

The joined type’s fields then appear in every picker — filter, columns, group-by, measure — labeled with their type. That’s how you build “sum of payments grouped by the member’s city” without touching a spreadsheet. A distinct toggle removes duplicate rows when one record matches several joined ones.

For questions even joins can’t express, power users can switch a report to an Advanced query — a validated, SQL-like text language with the same safety and permissions as everything else. Most people never need it.

  • Open any report from Reports & dashboards — it opens in a clean view mode, with editing reserved for those allowed.
  • On an aggregate report, click a group, bar or pivot cell to drill into the underlying records — the list opens pre-filtered to exactly that bucket, so the numbers always reconcile.
  • On a list report, sort by clicking column headers, refine the filter, and export the result.

A report always runs as you: records and fields you can’t see don’t appear in your results, whoever built the report. Two people can open the same report and correctly see different numbers. Columns you can’t see are simply dropped, so the report still renders.

To control who can open a report at all, see Sharing.