create_advanced_report
Generate custom security development reports by defining schema, dimensions, measures, and filters to analyze project data and security metrics.
Instructions
Create a new advanced report. The query parameter can be a JSON string or object with schema, dimensions, measures, filters, order, and limit. The chart_meta parameter can be a JSON string or object if provided.
Example query: {"schema": "application", "dimensions": ["Project.name"], "measures": ["Task.count"]} Example chart_meta: {"columnOrder": ["Project.name", "Task.count"]}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the report | |
| chart | Yes | Chart type | |
| query | Yes | Cube query (JSON string or object) | |
| description | No | Description of the report | |
| chart_meta | No | Chart metadata | |
| type | No | Report type |