Think Time after Viewing an APEX Interactive Report (IR)
I had someone ask me how to get the think time after someone views an Interactive Report. I think the query below does it.
with page_views_with_previous_view_id as
(select application_id, page_id, apex_user, apex_session_id, page_view_type, view_t...
apexdebug.com2 min read