- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 01:35 AM
Hello All I have been asked to provide a report on who is accessing 2 specific Knowledgebase's Areas is this possible?
They require as much info as possible?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:36 AM
Hi @Ralton Stewart ,
Great questions which should be possible from initial thoughts. In general, I would utilize the Dashboard usage article created by Adam Stout https://www.servicenow.com/community/performance-analytics-blog/tracking-and-reporting-on-dashboard-... and change some part of it to look for KB articles instead of Dashbaords.
Change:
gr.addQuery('url', 'STARTSWITH', '$pa_dashboard.do?').addOrCondition('url', 'STARTSWITH', '$dashboards.do?');
to:
gr.addQuery('url', 'STARTSWITH', '$kb_view.do?');
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-08-2024 01:53 AM
Do you need report on base level, then you can check the user criteria like
or
Give a try
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:36 AM
Hi @Ralton Stewart ,
Great questions which should be possible from initial thoughts. In general, I would utilize the Dashboard usage article created by Adam Stout https://www.servicenow.com/community/performance-analytics-blog/tracking-and-reporting-on-dashboard-... and change some part of it to look for KB articles instead of Dashbaords.
Change:
gr.addQuery('url', 'STARTSWITH', '$pa_dashboard.do?').addOrCondition('url', 'STARTSWITH', '$dashboards.do?');
to:
gr.addQuery('url', 'STARTSWITH', '$kb_view.do?');
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/