Skip to main content

Data Summary Table

The data summary tables are highly configurable tables that can be used to generate customised summaries of the sample data within a project or organisation.

To navigate to the summary table, go to either a Project or Organisation sample table and select View summary table button in the table header. Once the "View summary table" button has been selected, the default summary table view will show a simple count of total records. User can switch back to the raw metadata table by selecting the View raw metadata button.

Note: Switching to the summary table will maintain all filters applied on the sample table, and vice versa.

Summary table navigation screenshot

Summary table navigation screenshot

The header of the summary table contains a number of different options:

OptionDescription
Configure table fieldsAllows you to configure the fields and overall layout of the summary table (see Configuration below for more details)
View display fields as rows or columnsShows the display fields as either columns or rows, note this is only useful if one or more display fields have been selected
Export table as CSVExports the summary table in its current state to CSV
Reset table configurationSelecting this will reset the table back to the default, which shows the total count of records

Configuration

Selecting the Configure Table Fields button from the header of the summary table will open a side panel with a number of different configuration options.

Global table options

  • Show total footer count: Show total count of records in the footer of the table, this footer is maintained on CSV export of the table.
  • Show relative percentages: Selecting this option shows percentages of the cell count relative to the total count of records visible in the table. These percentages are only calculated for row-count metrics (e.g. total count) and are not calculated for other aggregation types (e.g. sum, mean, median).
  • Hide empty/null groups: This option hides all groups where one or more group-by fields have empty or null values. Hiding these groups will affect the total counts and relative percentages for other groups within the table. This option will only have a visible effect if there are group-by fields selected, and there are empty/null values for those fields in the dataset.

Display fields

Display fields are used to choose which summary aggregations or calculations are shown for which fields within the dataset. Available aggregations depending on the field's type.

Summary table display field config
AggregationMeaningField type
Non-emptyCount of records with a valueAll fields
EmptyCount of records missing a valueAll fields
Unique valuesCount of distinct valuesAll fields
SumTotal of all valuesNumber fields
Minimum / MaximumSmallest / largest valueNumber fields
MeanAverage valueNumber fields
MedianMiddle valueNumber fields

Group-by fields

Group-by fields decide how the data is grouped, where each unique combination of values in these fields becomes a row within the table. Group-by fields can individually be further configured, depending on the field type. Below is a summary of what configuration is available for different field types.

Summary table group-by field config
Field typeConfigurationDescription
Date fieldsGranularityChoose how dates are bucketed. Options include Year, Month, Week, or Day. For example, choosing "Month" groups every record for each month together, regardless of the exact day.
Number fieldsBinningSpit continuous numeric fields into fixed-size ranges, instead of grouping by every individual value. The default bin size is calculated based on the data present, but can be manually set by inputting a valid number in the Bin size control.
All fields (except Boolean)Top-N groupingShow only the most common values for a field, collapsing everything else into a single 'Other' group. Set Top N size to control how many top values to keep. This can be combined with binning or date granularity, where Top-N is always applied after binning. See calculation level below for more details about Top-N grouping.

Top-N Grouping - Calculation level

When you have more than one group-by field, you can choose how Top-N is calculated:

  • Global — the same top-N values apply everywhere this field is used, even inside different parent groups.
  • Per group — the top-N values are recalculated separately within each parent group, so different parent groups can show different top values. Per group is only available if this isn't the first (or only) group-by field. The first field has no parent group to calculate within, so it always uses Global.

Blank or empty values, which are represented as "-" in the data summary table, compete for a Top-N slot the same as any other value. If most of your records are missing a value for a field, "-" can end up as a top group, separate from Other.

Reordering fields

A field can be dragged up or down within its list, using the handle on the left of each row to reorder it. For group-by fields, the order of the fields is important as it sets the nesting priority of the selected groups.

Re-order fields list screenshot