Creating report with unique views count with knowledge articles?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 08:42 AM
Hello, im new user of Servicenow. I need to make report kb articles view count. But i need to have unique view count. How to do it?
- Labels:
-
Multiple Versions
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2019 12:13 PM
Take a look at the Performance Analytics Content Pack for Knowledge. If you just need a report, try reporting on kb_use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2019 06:54 AM
I need only for reporting. Its here any way to get unique views?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2019 10:53 AM
Try reporting on kb_use. That logs every KB viewed including when and by whom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2021 12:30 PM
Hi
How can I create a report against kb_use to display aggregated views? In other words a report with distinct kb number AND user.
For ex Table kb_use
Article | User | Count |
kb1 | userx | 1 |
kb3 | userx | 1 |
kb1 | userx | 1 |
kb2 | usery | 1 |
Report
Article | User | Count |
kb1 | userx | 2 |
kb3 | userx | 1 |
kb2 | usery | 1 |
Thanks.