MetricSetService.addStateGroup Method
Adds a state group to the given metric set.
Parameters
- metricSetId
-
Type: String
The ID of the metric set to add the state group to.
- measureUniqueName
-
Type: String
The unique name of the measure to use for the state group.
- groupName
-
Type: String
The name of the new state group.
- groupDescription
-
Type: String
The description of the new state group.
Return Value
Type: jQuery.Promise
Value: dundas.entities.MetricSet
A promise object that is resolved when the call is complete.
If successful, the updated dundas.entities.MetricSet is returned.