Skip to end of metadata
Go to start of metadata

{grouping-stats}

Plugin Version: from version 4.0.0

Works with the  grouping-reporter to generate basic statistics on grouped data.

Description

This will perform basic statistical analysis of numbers, dates or other comparable values in each of the items being grouped by the  grouping-reporter. This includes the sum, averages and min/max values, available via the  Stats Supplier. As of release 4.0 of the plugin, the macro body be a mathematical expression.

Usage

Wiki Markup

{code}
{grouping-reporter:prefix:key|as=a key}
  {grouping-stats:prefix:other key|as=another key}
  {xxx-reporter}
{grouping-reporter}
{code}

Parameters

Name

Required

Default

Description

[default] /key

The keychain to analyse, relative to each item provided by the reporter contained in the [grouping-reporter|grouping-reporter].

as

The name that the [stats|SUPPLIER:Stats Supplier] result will be available as, via the [grouped|SUPPLIER:Grouped Supplier] supplier.

Notes

Examples

See the grouping-reporter for examples of how this is used.

Recipes

No content found for label(s) +recipe,+grouping-stats.

Labels