- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 03:15 AM
Would like to get a report on Locations with User Count
It will contain the above fields like: Location name, Street, City etc etc along with the number of User. For example: if there are 5 users in Wall Street Location. It will update the Number of Users fields as 5 for Wall Street location in the report
Solved! Go to Solution.
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 07:55 AM
Hi,
you can create a Multilevel Pivot report on sys_user table like this:
As result you will obtain something like this:
Hope this will help you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 03:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 04:36 AM
My Report will show something like this as below:
oour main focus to get the get the no of users for particular location. The report which you've shared will not show the count separately like 5,2 etc as shown above. If I download the report, I need to do a lot of excel work to get the count. My question is: is it possible to get the count as readily available in ServiceNow where there will be a colomn named as count on the number of users which will show the no of users present?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020 07:55 AM