DataInputService.modifyContextualMeasureValue Method
Modifies a contextual measure value.
Parameters
- id
-
Type: String
The ID of the contextual value to modify.
- value
-
Type: Number - May be null
The value of the item.
- metricSetId
-
Type: String
The ID of the metric set of the modified contextual value.
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.