view count knowledge base
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 12:34 AM
Hi Team,
The view count is set back to zero after a knowledge base article is edited. Is there any way to stop the view count to set back to Zero after edits.
I got a situation that after editing of a pre existing knowledge article it view count become zero. For example if the view count was 65 before and after checkout and editing and again re-publishing it the view count become 0 inspite of 66 since the knowledge article is same it is just edited.
Thanks,
Subhabrata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 01:09 PM
There is no 'column' for the total number of views in the table, instead, you need to aggregate the total number of records in the table per article to find the total view.
So if you want to display the total number of views in a report, the above should suffice.