DataInputService.createContextualMeasureValue Method
Creates a contextual measure value.
Parameters
- metricSetId
-
Type: String
The ID of the metric set this contextual value is for.
- contextualMeasureUniqueName
-
Type: String
The unique name of the contextual 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
Return Value
Type: jQuery.Promise
Value: dundas.data.ContextualValue
A promise object that is resolved when the call is complete.
If successful, a dundas.data.ContextualValue is returned.