Skip to content

Chart View

The Chart view transforms your database entries into interactive charts — no export, no external tool needed. Perfect for quick analysis directly inside your database.

TypeBest for
BarComparing categories (status, type, assignee)
DonutProportions and shares at a glance
LineTrends over time (Date columns)

Choose the column to group data by. Supported column types:

  • Select / Multiselect — each option becomes a group
  • Date — grouped by month (e.g. Jan 2026, Feb 2026)
  • Checkbox — two groups: Yes / No

Determines what is shown on the Y-axis (bar/line) or as a segment (donut):

AggregationDescription
CountNumber of entries per group
SumSum of a Number column
AverageMean of a Number column
MinSmallest value of a Number column
MaxLargest value of a Number column

The Chart view respects all active filters and sorts. Use the toolbar to filter as usual — the chart updates instantly.


Shot status overview

  • Group by: Status (Select)
  • Value: Count
  • Chart type: Donut → Shows at a glance how many shots are “Open”, “In Progress”, and “Done”.

Revenue by month

  • Group by: Invoice date (Date)
  • Value: Sum → Amount (Number column)
  • Chart type: Line → Revenue trend over time.

Tasks per team member

  • Group by: Assignee (Select)
  • Value: Count
  • Chart type: Bar → Workload comparison across the team.