Report to display users with less than 10 skills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All,
Looking for help to create a report that list users with less than 10 skills.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @CV1
Create a report on the User table. Then, use the related list sys_user_has_skill to retrieve the count.
I do not currently have the skill set set up, but you can generate the report in this way
or use:
Use Database View (Recommended for Accurate Count)
-
Create a Database View joining:
-
sys_user -
sys_user_has_skill
-
-
Join condition:
-
sys_user.sys_id=sys_user_has_skill.user
-
-
Create a report on this Database View.
-
Use:
-
Group by → User
-
Aggregation → Count
-
-
This will show the number of skills per user.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @Dr Atul G- LNG ,
I tried above with a list view type report but see its not filtering users with less than 10 skills.
Please see the screen shots attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @CV1 ,
Share your report screen shot what you are getting.
As @Dr Atul G- LNG stated the process, that Database view table ONLY will help you to build the report as per your requirement i.e users with less than 10 skills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I shared the report screen shot as well - "report.png"
