How can I create a report that shows incidents that have knowledge articles attached?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 05:21 PM
How can I create a report that shows the incidents that show knowledge articles were attached?
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 07:31 PM
Hi Lynne,
You can run a report on incident table with condition as 'Knowledge is true', this will return all the incidents which have a knowledge article associated with them.
Regards,
Darshak

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 07:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 07:33 PM
Hi Lynne,
There is an OOB custom relationship table, Knowledge Applied to Tasks, which contains relationships whenever a KB article is attached to any task.
You can report on this table to get your expected output.
Let me know if this helps.
PS: Mark this answer as Correct if it solved your query or hit Like/Helpful depending upon the usefulness of the response.
Regards
Supriya Bisht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2018 10:52 AM
One issue I found here to be aware of, is that with this table it's a Many to One Relationship which means there will be duplicates shown in the result generated if multiple KBAs have been attached to the same incident.