cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

Ok. I found it.

 

config timeframe = 1y
|dataset= incidents
|filter (status = RESOLVED_AUTO_RESOLVE)
|fields creation_time ,status
|alter month = format_timestamp("%m",creation_time )
|sort asc month
|comp count(status ) as total_auto_resolved_inc_month by month
| view graph type = column subtype = grouped xaxis = month yaxis = total_auto_resolved_inc_month

View solution in original post

Who rated this post