Knowledge Articles with Attachments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2018 07:42 AM
Is there a way to run a report that shows only which knowledge articles have attachments?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2018 09:21 AM
Hi.
a)
There is a related list that you can simply put on the knowledge article's form called "Attachments". If you are using V3 Lists, you can then easily create a filter that checks the related list.
b)
You could create your own database view involving the sys_attachment and the kb_knowledge table.
But be careful: database views are only recommended for reporting and may have a performance impact, if the view is used extensively
Kind regards