Creating report with unique views count with knowledge articles?

fenderylo
Kilo Explorer

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? 

7 REPLIES 7

Adam Stout
ServiceNow Employee
ServiceNow Employee

Take a look at the Performance Analytics Content Pack for Knowledge.  If you just need a report, try reporting on kb_use.

I need only for reporting. Its here any way to get unique views? 

Adam Stout
ServiceNow Employee
ServiceNow Employee

Try reporting on kb_use.  That logs every KB viewed including when and by whom.

Hi @Adam Stout and other MVPs 🙂

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

ArticleUserCount
kb1userx1
kb3userx1
kb1userx1
kb2usery1

Report

ArticleUserCount
kb1userx2
kb3userx1
kb2usery1

Thanks.