Building Reporting Process for ServiceNow

Denise10
Tera Contributor

Hello - I have recently been tasked with building the reporting process for our team and our leaders.  I'm at a loss as to where to start since Performance Analytics is very over whelming.  Looking for suggestions as to where to start.  

1 ACCEPTED SOLUTION

Dan_Kane
ServiceNow Employee
ServiceNow Employee

Hi Denise,

You've received some good replies already, but I wanted to provide some additional resources. I'm part of the PA and Reporting product team.

If you are looking for a starting point for training, we have a great (free!) Performance Analytics Essentials self-paced class. It takes around 90 minutes to complete, and provides an excellent overview of what PA is and how it works.

In addition to what has already been shared, I highly recommend starting from the Performance measurement and analytics section of the Customer Success Center. If the entire workbook seems daunting, just the FAQ link (2 page document) is a great starter.

Since you want to look at this as a program, I also recommend our white paper on Governance in Performance Analytics and Dashboards. It provides good practice guidance based on real-world customer experience.

I also want to clarify that it is possible to get historical scores on past data, with some important caveats. PA scores are intended to be driven by dates within records, as opposed to field state changes. For example, to identify which incidents were open on a given day, the OOTB condition look like this:

find_real_file.png

When PA collects scores for a day, the day being collected replaces "Today" in the above condition. This means I can look back historically and get an accurate count of the number of open incidents from any previous day. The caveat is for some breakdowns of this score. Say you want to know the count of open incidents broken out by assignment group. The assignment group count is not reliable if I collect scores today for incidents open last month, as the assignment group has very likely changed on several incidents over time. But the main count of the number of open incidents should remain accurate.

I hope this helps get you started! Please reach out to your ServiceNow account team if you'd like additional guidance!

Dan Kane

View solution in original post

12 REPLIES 12

Correct, I'm with Xcel Energy.  I'll see if I can find his contact information. 

Thank you Dane for the information if I hadn't responded yet.  Great information on SLAs.    I completed the P.A. Essentials class, the P.A. Simulator, the widgets training i'm half way through, I've completed the fundamentals training.  I feel like i'm getting my arms wrapped around this module a lot more. I also completed the KPI Details and Composer.  Those were great as well!  

 

I have another question around a reporting hierarchy and if anyone has ever built one in ServiceNow.  I know we can report against assignment groups and managers, but I want to build something that looks at reporting from the CTO>VP>Director>manager levels in ServiceNow.  I know i can add a lot of assignment groups to my reporting criteria but would rather map that somehow in ServiceNow via a structure.  Are you aware of any companies building something like this?  

 

I guess I should reach out to my account rep.  Do you know how I can get in touch with him? 

Dan_Kane
ServiceNow Employee
ServiceNow Employee

Denise,

We have a Knowledge Lab available via the NowLearning portal, which covers this specific topic. It should help get you going on hierarchical structures. The lab also underscores the idea that PA is an extension of the platform workflows. In many cases, it is better to create the data points (groupings, hierarchies, etc) you want in the source records. The lab example assumes adding a new field in the Location record that captures the location's reporting hierarchy (city, state, region, country, geo...). The advantage of doing it at the source location record is that you can re-use the logic anywhere: list views, reports, business rules, etc. You are not limited to leveraging the hierarchy you create in just PA. You can do the same thing with any hierarchical structure, as long as the data to generate the hierarchy exists in your ServiceNow instance.