Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to calculate view rate for knowledge article

Melanija
Tera Contributor

Hello,

 

I would like to calculate view rate of knowledge articles/ knowledge bases and add it in a dashboard. Could you please help me how I can create a report for that?

 

Thank you so much!

M

4 REPLIES 4

Bert_c1
Kilo Patron

Hi,

 

Create a report on the Knowledge table (kb_knowledge) and include the View count (sys_view_count) field.

Melanija
Tera Contributor

Thank you so much! Do you maybe know which conditions can I add to see the view rate in % on a monthly basis? 

Hey @Melanija 

Since the date when the view (sys_view_count) was performed is not captured in the OOB table, calculating view rate in monthly fashion won't be possible without customization. In that case I would suggest you go with the Performance Analytics plugin called 'Performance Analytics - Content Pack - Knowledge Management'.

Bert_c1
Kilo Patron

My Melanija,

 

I would think you could use Performance Analytics for this.  I have the "Performance Analytics - Content Pack - Knowledge Management" plugin activated and there are similar indicators/indicator sources. You could create one for the 'kb_knowledge.sys_view_count' field. I haven't done this myself to see the results.