Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How do you group by Day

pneuvil1
Mega Guru

Grouping by Created gives you ranges. I need to average things on a per day basis. I've not seen anything in the wiki.

1 ACCEPTED SOLUTION

actually it is accomplished not by group by, but rather creating a trend report that trends by a date field, then selecting Per: Date...


View solution in original post

3 REPLIES 3

ghsrikanth
Tera Guru

You could get this stats in reporting module.


Like number of incidents created for each day and many more, stats per day.


Actually, you can't do that. when you group by created in a report, it creates ranges. Buckets where your results go in. Example 2 days, 2-5 days, 5-7 days, etc...


I need to computer an aggregate for each day.


actually it is accomplished not by group by, but rather creating a trend report that trends by a date field, then selecting Per: Date...