Summaries and Aggregations on Boards

Add count, sum, average, min, max formulas to boards for at-a-glance metrics

  1. What Are Summaries?
  2. Which Modes Support Summaries?
  3. Available Aggregation Types
  4. Adding a Summary
  5. Configuring Summaries
    1. Custom Expressions
  6. Which Dimensions Can Be Summarized?
  7. Practical Examples
    1. Story Points per Status (Kanban)
    2. Card Count per Assignee (Kanban)
    3. Budget Tracking (Datagrid)
  8. Tips

What Are Summaries?

Summaries are aggregation formulas attached to a board. They compute metrics like totals, averages, or counts across groups of cards — turning your board into a lightweight dashboard.

For example, on a Kanban board grouped by Status, you could show the total story points at the bottom of each column, or the number of cards per status.

kanban-summaries.png

Which Modes Support Summaries?

Summaries are available on 4 display modes:

Mode Where summaries appear
Kanban Column footers (one value per column)
Datagrid Group footers (one value per group)
Casino Pile footers (one value per pile)
Chart Used as chart data series

Grid, Matrix, Gallery, and Gantt do not support summaries.

Available Aggregation Types

Type What it computes
Count Number of cards in the group
Sum Total of a numeric dimension
Average Mean value of a numeric dimension
Min Smallest value of a numeric dimension
Max Largest value of a numeric dimension

Count works on any board — it just counts cards. The other four require a numeric dimension (Number, Computed Number, or Integer) to aggregate.

Adding a Summary

  1. Open a board in a mode that supports summaries (Kanban, Datagrid, Casino, or Chart)
  2. Look for the summaries menu icon in the board header or column footer
  3. Click Add summary
  4. Choose the aggregation type and the dimension to aggregate
  5. The summary appears at the bottom of each group

You can add multiple summaries to the same board — for example, both a count and a sum of story points.

Configuring Summaries

Summaries are configured per board, not per column. All columns (or groups) show the same set of summaries.

You can manage summaries through:

  • The summary menu in the board header — toggle the summary bar on/off, add new summaries
  • The summaries dropdown in column footers — quick access to enable/disable specific summaries
  • The summary editor modal — for creating custom summary expressions

Custom Expressions

For advanced use cases, you can write custom summary expressions using Klaro's Elo expression language. This lets you combine dimensions or apply custom logic beyond the standard aggregations.

Which Dimensions Can Be Summarized?

Only numeric-type dimensions can be used with Sum, Average, Min, and Max:

  • Number dimensions
  • Computed Number dimensions
  • Integer dimensions (e.g., Identifier)

If you don't see a dimension in the summary picker, it's likely not a numeric type.

Practical Examples

Story Points per Status (Kanban)

  1. Create a Number dimension called "Story Points"
  2. Set up a Kanban board grouped by Status
  3. Add a Sum summary on the "Story Points" dimension
  4. Each status column now shows the total story points

Card Count per Assignee (Kanban)

  1. Set up a Kanban board grouped by Assignee
  2. Add a Count summary
  3. Each column shows how many cards are assigned to that person

Budget Tracking (Datagrid)

  1. Create a Number dimension called "Budget"
  2. Set up a Datagrid grouped by Team
  3. Add Sum and Average summaries on "Budget"
  4. See total and average budget per team at a glance

Tips

  • Summaries + Chart mode — summaries provide the data for chart visualizations. Define what to aggregate, then switch to Chart mode for visual reporting.
  • Keep it simple — one or two summaries per board is usually enough. Too many clutter the footer area.
  • Use Count as a health metric — a quick card count per column helps spot bottlenecks in Kanban workflows.
Go back

Article status changed.

Article status changed.

Article status changed.