How to create a Report that shows Knowledge articles in ascending order of average rating?

Aki17
Kilo Guru

I would like to create a Report that shows Knowledge articles in ascending order of average rating like below.

Could someone let me know how to create such report?find_real_file.png

Best Regards,

Aki

 
3 REPLIES 3

dvp
Mega Sage
Mega Sage

Create a report on kb_feedback table with filter as Rating IS NOT empty and Rating IS LESS THAN your_desired_value

 

find_real_file.png

Hi dvp,
Thank you for your reply. Yes, I set the filter in that way and the average rating was presented, but the result has as many rows as ratings. (Please see the image below)

Could you tell me how to put the same KB articles into 1 row?

find_real_file.png

Best Regards,

Aki

GUPPY
Tera Contributor

Do your "group by" on "Article" instead of on "rating"