View count filtered by user prompted date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
We want to have total view count of knowledge articles over period of time : and the date filter is usually a platform analytics filter such as last 7 days, 30 days, etc?
How would we achieve this?
the user just wants to see one row per knowledge article and total view count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
1. To see views by date,
Navigate to Report
create a report on the Knowledge Use [kb_use] table
Filter on Viewed = true and add a condition on Created (e.g., Last 30 days or a specific date range).
Group by Article and use Count aggregation
2. To see view count on published articles, select Knowledge->Articles-> Published.
Select the gear icon and select View count field from left bucket to right bucket.
2.
