get_analytics_raw
Perform advanced analytics queries by passing raw dimension strings directly to the DHIS2 analytics API, enabling full control over dimensions and filters.
Instructions
Advanced analytics call with full control over dimensions.
Pass raw dimension strings exactly as the DHIS2 analytics API expects,
e.g. ["dx:UID;UID", "pe:LAST_12_MONTHS", "ou:UID"]. Use filters for
dimensions you want fixed but not shown as columns. Prefer
get_analytics for the common case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| dimensions | Yes | ||
| output_scheme | No | NAME |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |