- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 10:02 AM
We have a requirement to link a KB to an INC in order to set it as Resolved. I want to find what percentage/number of our entire Published KBAs were linked to an incident in a defined timeframe. Thanks in advance for your help!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 01:46 PM
Hi,
You can use the m2m_kb_task table.. it will show you the articles and corresponding INC (you will need to dot walk between knowledge and task tables to get what you need).
Hope this helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 10:30 AM
Using the "Knowledge applied to Tasks" table, I believe you will achieve your desired report as follows:
- Set "report type" to "score" and choose one of the options that suits your needs
- Under "configure" choose "count distinct" and select "knowledge article"
- Apply the filters
- knowledge article.workflow = Published and
- created = relative [desired timeframe]
- The result should show you the number of unique articles attached to incidents during the chosen timeframe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 12:33 PM
HI @cavila ,
Please see the community post from 2022, which I think is an answer to your question: https://www.servicenow.com/community/itsm-forum/view-how-often-kb-article-has-been-attached-to-incid...
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
03-29-2023 01:46 PM
Hi,
You can use the m2m_kb_task table.. it will show you the articles and corresponding INC (you will need to dot walk between knowledge and task tables to get what you need).
Hope this helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2023 10:30 AM
Using the "Knowledge applied to Tasks" table, I believe you will achieve your desired report as follows:
- Set "report type" to "score" and choose one of the options that suits your needs
- Under "configure" choose "count distinct" and select "knowledge article"
- Apply the filters
- knowledge article.workflow = Published and
- created = relative [desired timeframe]
- The result should show you the number of unique articles attached to incidents during the chosen timeframe