OVERVIEW
Consider a scenario where a metric is defined as seen below:
Case(([Metric1] > 0), "Positive", ([Metric1] < 0), "Negative", 0)

Users may want to group by the values of "CaseMetric" so that the values of "Metric1" are grouped according to positive and negative values, but since it is only possible to use attributes in the group-by of a document it is not possible to group by "CaseMetric" directly.
In Strategy Secure Enterprise 10.x, it is possible to duplicate a metric as a derived attribute so that it is possible to group by the metric values.
STEPS TO IMPLEMENT


CaseMetric
