Adapter.getParameterValueFromDataResult Method

Gets a parameter value from the source data, given the source values.
 
 
Static This method is static.

Parameters

values

Type: Array
ElementType: Object
An array of either Dundas.BI.WebApi.Models.DataCellData (measures), or dundas.data.HierarchyMember (members) out of the data result for the requested element (see dundas.view.controls.Adapter.getValuesFromDataResult).
relatedData

Type: RelatedContextData
The related contextual data for a get context call.
elementUsageUniqueName

Type: String
The unique name of the element the value is desired for.
targetParameterValueType

Type: ParameterValueTypes
The target parameter value type (the desired type of the result).
sourceParameterValueType

Type: ParameterValueTypes
(optional) The source parameter value type.
Optional: True

Return Value


Type: ParameterValue
A parameter value from the source of the source values.