Metrics
{
"width": 12,
"height": 180,
"full_row": True,
"url_name": "frame_empty_frame",
"url_action_name": "metrics_survey",
"content": {
"view": custom_views.MonitorMetrics,
"view_params": {
"model": custom_models.Monitor,
"group_by": ["survey", "surveygroup__name"],
"aggregations": [
{
"function": "Count",
"value": "id",
}, # annotation
],
},
},
},Last updated