How do I run a report to see how many unique KBs were used (linked to inc) vs not used (not linked)?

cavila
Tera Contributor

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!!

2 ACCEPTED SOLUTIONS

AP4
Tera Expert

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,

View solution in original post

Kim27
Tera Guru

Using the "Knowledge applied to Tasks" table, I believe you will achieve your desired report as follows:

  1. Set "report type" to "score" and choose one of the options that suits your needs
  2.  Under "configure" choose "count distinct" and select "knowledge article"
  3. Apply the filters
    1. knowledge article.workflow = Published and
    2. created = relative [desired timeframe] 
  4. The result should show you the number of unique articles attached to incidents during the chosen timeframe

Kim27_0-1680197405130.png

 

View solution in original post

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

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/

AP4
Tera Expert

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,

Kim27
Tera Guru

Using the "Knowledge applied to Tasks" table, I believe you will achieve your desired report as follows:

  1. Set "report type" to "score" and choose one of the options that suits your needs
  2.  Under "configure" choose "count distinct" and select "knowledge article"
  3. Apply the filters
    1. knowledge article.workflow = Published and
    2. created = relative [desired timeframe] 
  4. The result should show you the number of unique articles attached to incidents during the chosen timeframe

Kim27_0-1680197405130.png