MetricCalculation
class MetricCalculation
Contains the formula and component metrics that define a custom metric calculation.
Types
Properties
Link copied to clipboard
The formula expression that defines how the metric is calculated. Uses component aliases (for example, 100 * SUM(M1) / SUM(M2)).
Link copied to clipboard
The list of component metrics referenced in the calculation formula. Each component has an alias used in the formula expression.