ParameterService.getParameterValueText Method
Gets the string representation of a parameter value.
Parameters
- entityId
-
Type: String
The ID of the entity that the parameter is on, usually this is a Metric Set.
- parameterValue
-
Type: ParameterValue
The parameter value which will be converted into a string.
- parameterId
-
Type: String
The parameter ID.
Return Value
Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete.
If successful, a dundas.data.ParameterValue is returned.