- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 07:23 AM
Hello Is there a way I can create a report that would capture the average length of time a user spends on a service portal page or the service portal itself?
Thank you
Solved! Go to Solution.
- Labels:
-
Multiple Versions
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 07:37 AM
Hi,
You can do this by making a Report on SP Usage(ua_sp_usage) table which captures this information as shown below:
Report Type = LIST
Click on Save and view the result. If needed filter on a field if you want as well:
this report gives you info about when the user started and ended for a portal.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 10:11 AM
Thanks so much this works