- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2024 07:37 PM
Hi. I'm new in ServiceNow, I'm looking to create a report in ServiceNow that displays the monthly count of active users for the past 12 months. Here's what I want to achieve:
Condition: Count of active users (filter for users where "active" field is true and Company is ABCompany)
Desired Output: A report or visualization showing the number of active users for each month over the past year)
Your help is highly appreciated! Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2024 09:11 PM
Hi @SN241,
You will need to use the Performance Analytics capability to capture a snapshot of the user table on a monthly basis.
Then you can create a Performance Analytics widget to show the trend.
There might be an OOB Indicator that you can use instead of creating a new one.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2024 10:57 PM
Hi @SN241 ,
As @James Chun already mentioned, you need to utilize performance analytics, as there you have no specific date field in your requirement.
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
‎05-13-2024 10:27 PM
Hi @SN241 ,
Yes, automated indicator together with indicator source and widget for visualization.
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-21-2025 09:30 AM
There is a oob indicator but we cant edit or modify based on requirement like as put a filter condition Email is not empty they did not allow.
So please help me to create a indicator so that we can get the monthly active user count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 08:59 PM
As already mentioned before, leveraging Performance Analytics would be a good fit - however, only if the table sys_user is audited. Otherwise, you will not get the numbers from the past that way.
But with another approach, you can get the result you have requested. Use the table ua_app_usage for reporting! In that table, ServiceNow permanently tracks for each user the utilized products. As this table is grouped by year and month (column "Accrual period") you have data to report on. The problem with reporting is, that you can break down to one group level. Using the data from table ua_app_usage you would need another breakdown (group-by) for the users. Therefore, a bar chart is not possible. But you could leverage a multi-pivot report like this:
In the last summary row you can see the active users over the last 10 months.