Interactive Tables with totals

Marcos
Marcos Member

Hi Team,

So while I have some rather cumbersome ways of adding totals to the bottom (as an extra row for instance) of some tables. I was wondering if there were any better (and hopefully simpler) approaches that maintain a table's interactivity whilst adding a row of totals at the very bottom.

image.png

So ideally, for this dummy data, we would have a total summing up the row counts.

Any help is appreciated.

Comments

  • Josh Boxer
    Josh Boxer Administrator

    Hello

    Taking some simple input data:

    image.png

    with this Workflow:

    image.png

    adds a Count of 3 as a row in the 'Courses' column (pick other Aggregates SUM, AVG etc as required). Could extend this using a Transform step following the Group step with the Constant value and Set cell style functions:

    image.png