engine_get_field_statistics
Analyze and retrieve detailed statistics for a specific field in Qlik Sense applications using the MCP Server's unified API interface.
Instructions
Get comprehensive statistics for a field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | Application ID | |
field_name | Yes | Field name |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"description": "Application ID",
"type": "string"
},
"field_name": {
"description": "Field name",
"type": "string"
}
},
"required": [
"app_id",
"field_name"
],
"type": "object"
}