- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 01:54 AM
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:
The issue is: I have a lot of articles with 1 view only, but here is what that condition displays:
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 04:19 AM - edited 05-08-2024 04:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 04:19 AM - edited 05-08-2024 04:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 02:17 AM
I will accept this because it worked!
Thank you Mark!