Pivoting Data
Spreadic can create a pivot table directly from a model. That means you don’t have to load a large amount of data into a sheet (potentially slowing down your sheet) before creating a pivot table.
From the UI menu, select
Back to Main Page
.Select
Pivot Data
. You will see a layout that is very similar to theTabular Data
mode that you have seen before.Model: Select the model that you want to build a pivot table from.
Row: Click on
Select row here
, you can then choose from the dropdown menu the field whose attributes you want as the rows of the pivot table. You can repeat this step to have more than one field selected.Column: Similarly you can select the field whose attributes you want as the columns of the pivot table.
Value: Here you can select what value you want to aggregate (typically a metric such as the number of customers or the total transaction value) and how you want to aggregate (e.g. count, sum, etc.).
Filter and Ordering Item: These two sections work in the same way as they do in
Tabular Data
mode.

Last updated