[]
Gets the unique values of a field.
public virtual IHttpActionResult GetUniqueValues(string dataSourceKey, string fieldname, EngineRequest er)
Public Overridable Function GetUniqueValues(dataSourceKey As String, fieldname As String, er As EngineRequest) As IHttpActionResult
| Type | Name | Description |
|---|---|---|
| string | dataSourceKey | The data source key specifies the data. |
| string | fieldname | The key of the field which unique values you want to get. |
| EngineRequest | er | The engine request. |
| Type | Description |
|---|---|
| IHttpActionResult | The unique value list. |
Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.