analyze_module_field
Perform statistical analysis on any field in any module. Choose count, sum, avg, min, or max, and optionally group results by another field.
Instructions
Perform statistical analysis on any field in any module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | Name of the field to analyze | |
| module_name | Yes | Name of the module to analyze | |
| analysis_type | Yes | Type of analysis to perform | |
| group_by_field | No | Optional field to group results by |