- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2024 11:36 AM
Is it possible to create a line graph report that simply shows how many records (INC/SCTASK/CHG) were active over the past 3 months?
Not opened during those months, but open/active just in general. I'm not feeling a simple way to refine this down to just a 3 month period, broken up per week.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2024 11:39 PM
Hi @MBarrott ,
No, this is not possible, as you have no fixed timestamp. To generate such a report, you need to have performance analytics installed and take snapshots of data.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 06:41 AM
Hi @shaikrahemu,
I would check and see what OOTB automated indicators you have in your instance. You may already have one that tracks number of open tickets and could be easily modified to fit your needs.
If not, you will need to create an automated indicator with an indicator source that captures the total # of records for your given criteria (e.g. task type is incident, change request etc). Set the frequency of this to whatever meets your requirements, for me it is daily.
One the indicator itself you would then want to set the Aggregate to "Count".
After your indicator and indicator source are tailored to your needs, you would create a Widget to give a visualization to that data on a dashboard.
One thing to keep in mind with the indicators is what data you will capture and how you want to breakdown and analyze the data. For example, I break my data down at the CI level but it can be broken down by nearly anything.
This link might help with the indicators/indicator sources: https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/servicenow_application_develop...
Let me know if you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 02:32 AM
Hi @MBarrott,
Thank you for your reply.
My actual requirement is to get the monthly Bar graph type report of active projects(The report should show the count of active projects on month basics).
I have created a Monthly frequency Indicator and Indicator source along with Widget and attatched it to the job aswel, But I'm unable to get the report.
Sharing the screenshots for reference.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 06:16 AM - edited 02-03-2025 06:20 AM
Hi @shaikrahemu,
What do you mean "unable to get the report"? Nothing is jumping out at the conditions for the indicator/source or widget but I would check the condition filters you may have set (would assume active is true would be one)
Is your indicator linked to a schedule data collection job?