- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-25-2014 06:29 PM
Hi community,
Has anyone create report of Incident Category by Month in a Pivot Table format such as followed?:
I cannot seems to find the right field to group it by months. Anyone has any ideas?
Thank you.
Solved! Go to Solution.
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2014 12:33 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2014 02:17 AM
Hi Alex,
What you want to achieve is difficult to be done through month wise as pivot table is made only on existing fields n the table and there is no field that holds month.
However, using a trend chart can definitely give you the desired result, month wise and category wise data.
Create a report like this
Check and uncheck "Display grid" field to get more/less data.
Let me know if it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2014 07:44 AM
If you want true pivots in ServiceNow, you can do it through Explore Analytics
Defined just by dragging the fields:
They are live and support drill-down, if you're logged in to ServiceNow.
It supports multi-level, like this Category/Subcategory by Month:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2014 12:33 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2015 05:39 AM