DataInputService.queryContextualMeasureValues Method

Queries for contextual measure values.
 

Parameters

metricSetId

Type: String
The ID of the metric set to retrieve contextual values for.
contextualMeasures

Type: Array
ElementType: String
The list of contextual measures.
parameterValues

Type: Array
ElementType: ParameterValue
(optional) The parameter values that were used for the retrieved contextual values.
Optional: True

Return Value


Type: jQuery.Promise
Value: Array
Element Value: ContextualValue
A promise object that is resolved when the call is complete. If successful, an array of dundas.data.ContextualValue is returned.