Skills Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 04:56 AM
Hi,
Does anyone know how you report on the Skills users have?
E.g. I'd like to run a report that shows all the skills in org and who has those skills and to what level.
thanks,
David
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 05:39 AM
Hi David,
Is skill and user are related through any table?
Then we can do it through reporting.
Otherwise you have to create a Database view for user and skill, then on that table you can do the report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 05:42 AM
Hi,
I think they are related as you can see what skills a user has when looking at that user directly.
- David

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 06:21 AM
Hi David,
This is the table "sys_user_has_skill" (i.e Related list) which can be used to report.
You have to create a database view on the above table and then create a report. Please take a look on the report which I have created on demo
https://createnow014.service-now.com/sys_report_template.do?sysparm_create=true
Please mark your question as answered if resolves your issue.
Thanks,
Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2015 01:04 PM
I had the same question. I had an ACL which should have enabled me to report on the table but still couldn't report on the 'User Skills /sys_user_has_skill' table. I was then reminded of the 'glide.ui.permitted_tables' property which is a comma separated list of system tables that are reportable.
Dave