Pivot table - Incident Category by Month report

Alex Ng
Tera Contributor

Hi community,

Has anyone create report of Incident Category by Month in a Pivot Table format such as followed?:

Pivot.png

I cannot seems to find the right field to group it by months. Anyone has any ideas?

Thank you.

1 ACCEPTED SOLUTION

tltoulson
Kilo Sage

Hi Alex,



As indicated by Anurag, pivot table reports only allow you to work with existing fields which means the whole date-time.   That gives you a couple options in order of increasing difficulty:



- Use a Trend Chart as indicated by Anurag


- Create a month field and a business rule to populate it, you can make it readonly and not even show it on the form


- Create a custom report using a UI Page/UI Macro and GlideAggregate


View solution in original post

11 REPLIES 11

With Explore Analytics you can do this easily from any pivot:

find_real_file.png

When you select a date-time field (e.g. "Created"), Explore Analytics allows you to group it by any part of the date-time:

find_real_file.png

You can also group them separately, like in this pivot comparing month over month by year:

find_real_file.png

 

It's all real-time and can be published to ServiceNow dashboards or elsewhere. You can try Explore Analytics for free for 30 days here, and a single user license for a year starts at $300/year.

 

Hi gyedwab,

I have a requirement to create similar kind of report, Could you please let me know step by step procedure in creating the above report.