DataInputService.createMeasureCorrectionValue Method
Creates a measure correction value.
Parameters
- metricSetId
-
Type: String
The ID of the metric set this correction value is for.
- measureUniqueName
-
Type: String
The unique name of the measure to add the value to.
- value
-
Type: Number - May be null
The value of the item.
- renderedMembers
-
Type: Array
ElementType: SingleMemberValue
The list of single member parameter values that the new value is for.
- parameterValues
-
Type: Array
ElementType: ParameterValue
(optional) The parameter values that were used for the retrieved data.
Optional: True
- text
-
Type: String
(optional) The value of the text.
Optional: True
- isPublic
-
Type: Boolean
(optional) Whether the correction value should be public or not.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.data.CorrectionValue
A promise object that is resolved when the call is complete.
If successful, a dundas.data.CorrectionValue is returned.