How to create a Dashboard to show least viewed articles in my Instance

rafas_2703
Tera Guru

Hi everyone!

 

How can I make a Dashboard that shows the least viewed articles? I have one but it is not showing me the least viewed articles and I need help setting the condition up.

Here is what I have so far:

rafas_2703_0-1715158355062.png

 

The issue is: I have a lot of articles with 1 view only, but here is what that condition displays:

rafas_2703_1-1715158390671.png

 

What do I need to change to show the articles with for example 1 view, 2 views, etc... it needs to be dinamic, I want to show the least viewed articles that are not 0

 

Thank you,

Sérgio

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

There isn't a sort on bar charts, but you could make it a list report on the kb_use table and show the 'times viewed' on the list, adding a sort from lowest to highest.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

2 REPLIES 2

Mark Manders
Mega Patron

There isn't a sort on bar charts, but you could make it a list report on the kb_use table and show the 'times viewed' on the list, adding a sort from lowest to highest.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I will accept this because it worked!

Thank you Mark!