Skip to main content
Use /rollup to aggregate values from nested or joined data on each row.

How to use

  1. Type /rollup and press Space.
  2. Describe the aggregation — for example, “total amount of succeeded payments” or “count of open tickets”.
  3. Grapple creates one new column with the rolled-up value.
Rollups are useful when your project joins related collections and you need a summary per row — like total revenue from a list of line items.

Formula vs rollup

SkillBest for
/formulaCalculations within a single row
/rollupAggregating related records on a row