Description
Returns an object (Metric or Property) with less Dimensions.
Syntax
source_property[REMOVE AGGREGATOR: dimension1, dimension2, ...]source_metric[REMOVE AGGREGATOR: dimension1, dimension2, ...]
Default aggregator, if omitted, is SUM
for number
objects. Other aggregators are listed here: Aggregation Methods.
Return type
same as source object
Examples
Revenue
is a number
Metric with the following Dimensions: Country
, Product
and Month
Case | Results |
| Returns the |
| Returns the |
| Returns the minimum value of |
| Returns the number of |
Excel equivalent: none