How to create a report to show the ticket count on the daily basis using Created field in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I want to create a Report to show the Ticket counts on the Daily basis, but I only have "Created" field which is a Date/Time field and hence the Aggregation couldn't be done on Date only, it considers time as well for each group.
Please help me creating the Report.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Abhi7 .
You could achieve this by doing it like this:
1) Data Source: Select your table (eg. Incident)
2) Metric: Set to "Count"
3) Trend by: Date by created
Should give you something like this (dummy data):
If this pointed you in the right direction, hit Helpful to spread the good vibes.
✅ If it cracked the case for you, mark it Correct so the next person doesn’t have to reinvent the wheel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @CFrandsen
Thank you for the help but I had already tried this and it is showing percentage column as well along with the count column. Could you please help me in removing the percentage column if it is possible.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The only way to do this, is do disable the data table for the report - but that would also remove the count...
Sounds like your usecase is starting to align a bit more with Performance Analytics?
In order to do trend and aggregations as individual counts ?
If this pointed you in the right direction, hit Helpful to spread the good vibes.
✅ If it cracked the case for you, mark it Correct so the next person doesn’t have to reinvent the wheel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Can you try below steps once--
Steps to Create a Daily Ticket Count Report
Go to Reports → Create New
Type: Reports in the left navigation → Click Create New.
Choose Table
Select the table with tickets, e.g.,
IncidentorTask.
Report Type
Choose Time Series → Line Chart or Bar Chart.
Set Time Interval
Time field:
CreatedInterval:
Daily
Aggregate
Aggregate type:
CountThis counts how many tickets were created each day.
Filter (Optional)
Add filters if you want, e.g., only
Activetickets or a specific category.
Save & Run
Give your report a name and save.
You can also add it to a dashboard for daily monitoring.
refer SS for refIf my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
