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.
Chart types
Section titled “Chart types”| Type | Best for |
|---|---|
| Bar | Comparing categories (status, type, assignee) |
| Donut | Proportions and shares at a glance |
| Line | Trends over time (Date columns) |
Configuration
Section titled “Configuration”Group by
Section titled “Group by”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
Value (aggregation)
Section titled “Value (aggregation)”Determines what is shown on the Y-axis (bar/line) or as a segment (donut):
| Aggregation | Description |
|---|---|
| Count | Number of entries per group |
| Sum | Sum of a Number column |
| Average | Mean of a Number column |
| Min | Smallest value of a Number column |
| Max | Largest value of a Number column |
Filters & sorting
Section titled “Filters & sorting”The Chart view respects all active filters and sorts. Use the toolbar to filter as usual — the chart updates instantly.
Examples
Section titled “Examples”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.