ReportAggregationOption
Object
Represents one available grouping dimension for a report.
When an aggregation option is enabled, rows that share the same value for that dimension are merged into a single aggregated row. Use Report.aggregationOptions to retrieve all available options, and navigate to report on each one to toggle it. To remove all active groupings at once, use Report.withoutAggregations.
Fields
| Field | Description | Type |
|---|---|---|
isEnabled | Whether this grouping dimension is active. | Boolean |
label | Human-readable name of this grouping dimension in the requested locale. | String |
report | The `Report` that results from toggling this grouping dimension on or off. | Report |
Used By (1)
ReportAggregationOption is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Report | aggregationOptions |