- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-30-2020 09:20 AM
This article is for questions and answers for LAB1126 - Jump Start Your Performance Analytics Journey. This lab is being presented multiple times throughout the live K20 event May 5 - 7, 2020. During the live event, post your questions in the comments of this article, and one of our lab gurus will be happy to answer it.
- 3,332 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Welcome Everyone,
I am Tricia Cornish from the Now Intelligence pre-sales team and excited to be co-presenting this course with my partner Amit Kumar from the Now Intelligence Product Management team.
We're covering capabilities that facilitate better adoption of PA. Feel free to peruse the guidebook: https://developer.servicenow.com/connect.do#!/event/knowledge2020/LAB1126
As we go through the labs, please post your comments/questions here for the lab team to answer.
See you there,
Tricia

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi, all! ^_^
Having difficulty finding the Service Portal Content Packs after activating the “4 hour” script for installing items from the ServiceNow store?
If you clicked the “Enable App Installation (4 hours)” module, you may wind up on the the sys_plugins table—a simple list of records. However, what you’re looking for is only available in the Plugins page (sounds like the same thing—but isn’t!). That’s because the Plugins page is integrated with the ServiceNow Store and therefore contains additional content.
So, just go to “Plugins” in the Application Navigator, and you should find what you’re looking for!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
It seems spotlights are always created for specific tables, and not on the task table, but is it possible to use spotlight on lists from the task table, so agents handling both incidents, requests etc. get a prioritized list sorted on the spotlight score across different task types?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Yes......you can create a "Spotlight" on any table needed and set the weights are needed based upon Task type and any other attribute needed.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Theres nothing from preventing as defining an indicator source/record source as the task table but.... you'll run into issues there since many of the fields between tasks are different. e.g. incident states are different than change states etc.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I know, but what I was thinking was to set uo different spotlight on the specific tables, and then displaying the scores on the task table, so you get the different task types ranked among each other based on the score, but without the score being calculated the same way depending on the task type (not sure I can explain well enough, as English is my 2nd language)

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
THe reason for this is, I have never seen a business where supporters does not handle both incidents and requests, and what they find very difficult is when to prioritize incidents over requests or vice verca
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you to everyone who took part in Tuesday's lab session - we'll continue to monitor this thread for questions through the week. Enjoy the rest of your Digital K20 experience!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you to everyone who took part in Tuesday's lab session - we'll continue to monitor this thread for questions through the week. Enjoy the rest of your Digital K20 experience!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Well your English is better than mine and it's my only language 😉
Understood about teams managing multiple task types. I had many lives where the "My tickets" view was far more in demand by users than "My incidents" or "My changes".
I haven't done what you are proposing but cant see a reason you could not do that, just may be a heavy lift and you may run into nuances in the ticket types that make it challenging.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks 🙂
I'll just have to start trying different solutions out on my developer instance to see what is possible.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I wonder if using a Database View to join exactly the tables needed would be a possible solution? Just adding one more idea to the table.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Elements Filters...will that require the paid version of PA or will we have that with the complimentary version?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Also...this comes with Orlando correct? (I'm currently using New York and do not see it.)

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I believe this is available in New York. Check out: https://docs.servicenow.com/bundle/newyork-performance-analytics-and-reporting/page/use/performance-...
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you! Found it!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
No problem!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello! I should also mention that Tricia brought up something that is new to Orlando: personalized Element Filters. Element Filters are a stalwart PA feature, but check out this documentation to see how the Orlando release has improved them. 🙂
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I'm following along but my score widget for Expected Time to Close Incident shows no data available. I was also unable to add a new target using the right panel.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Since which version, "Admin console" module is available for PA?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
diagnostics errors will also log in the "System Errors" module too?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Admin Console goes back at least as far as Kingston according to Docs.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi, It's released on Kingston.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
We always get the errors when we trying to migrate the dashboards from one instance to another using update sets?
What is the best practice to not get the errors to commit the update sets without errors?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
The Diagnostic Errors do not appear in the System log errors as they are stored in a Performance Analytics specific table (pa_diagnostic_result).


- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Here is a ServiceNow Doc on moving Dashboards via Update Sets.
https://docs.servicenow.com/bundle/orlando-performance-analytics-and-reporting/page/use/performance-...
Is this the way that you are currently doing it?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Also, a general thought for update sets:
Use things that illustrate relationships between components—such as the dependency assessment available in PA—whenever possible, because configuration often depends on many-to-many relationships (as seen in Related Lists). If you're trying to ensure you have everything you need in an Update Set, you'll need to capture things like child records and many-to-many records that kind of glue everything together. (If you're like me and sometimes get stuck trying to capture things after the fact, remembering to grab related records can be a challenge.)
https://docs.servicenow.com/bundle/orlando-performance-analytics-and-reporting/page/use/performance-...

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Nice catch, Alexis!
Not to suggest wanton customizations, but a BR written against the pa_diagnostic_result table could always send those results to the syslog table, too, if that were a stakeholder demand, right?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Got a nice question in the chat:
"Do we also have a feature to make these dashboards shared via e-mail and/or placing in an external source like Box?"
My response includes a bit of speculation, so please advise as needed!
Dashboards can be shared to ServiceNow users for live interaction—which is their strong point.
However, they can also be shared as static PDF through a scheduled share. One idea (which I have not yet tested) is to create a ServiceNow user or group whose email address is intended to be an inbound email address for your Box (as Box is seemingly able to receive inbound emails for file uploads). This would potentially (key word!) allow you to send Dashboards to Box as static PDFs via email.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Yes it could, with a BR or a Flow. However I am not sure that this would really be helpful.
System Logs are generally reviewed in a timely manner and are used to review errors or warning that were generated automatically by the system, without any manual task from the administrator. So they are useful to detect potential issues.
Since the Diagnostics scripts in PA are executed by a manual task, the logical following step is to review those results. They are not generated automatically by the system based on a period so the review of the results will always be after executing the diagnostic, no?
So IMHO creating such a customization (even if simple) is not really necessary.
I would add that if the results were automatically generated, it would also be possible to create a report on the results "created on today" and create a periodic email that would only be sent if the list is not empty.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I just completed the training but got lost in PA Configuration and now am unable to get through the guidebook. I do not have the highlighted option below. Can someone help before the lab closes?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
As far as I can tell this has been a function since at least Kingston

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This is partially an issue since update sets don't carry "data" so you end up with some items being captured and others not. Been there done that so I get it.
There's another process for dashboards so give this a shot.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
If your lab link is not working for this lab today, please try this link:
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
There was a question in the session chat about stop word sharing for Text Analytics.
You can get details in the docs, but in short, stop words from global search are checked first by default.

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Just in case anyone was curious about the underlying tables. All are in global scope.
ts_index_stop — stores table-based stop words
ts_stop — stores global stop words
pa_text_stop_words — stores stop words for Performance Analytics text analytics