[]
Gets the unique values of a field.
[HttpPost]
[Route("{dataSourceKey}/fields/{fieldname}/uniquevalues")]
public virtual IActionResult GetUniqueValues(string dataSourceKey, string fieldname, EngineRequest er)
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 |
---|---|
IActionResult | The unique value list. |
Now only the DataEngine data and the in-memory data support this action. The cube data doesn't support it.