Adapter.getValuesFromDataResult Method
Given the information in a related context data (data result), the source value is retrieved from the data result based on the wanted element.
This method is static.
Parameters
- 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.
Return Value
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.