Products | Versions |
---|---|
Spotfire Web Player | All |
The Action logs database stores the information with the action "SET_PAGE"
When a user opens a particular tab in an analysis, action "set_page" is logged.
The below query can be run to get the 'set_page' result:
SELECT *
FROM [database name].[ACTIONLOG] where Log_action like 'set_page'
Example: SELECT *
FROM [spotfire_actionlog78].[dbo].[ACTIONLOG] where Log_action like 'set_page'
=====================================
In the above screenshot, you can check the user "Spotfire" has moved between pages "Example dashboard", "Marking", "Filtering" etc listed in the "ARG1" column for analysis "Introduction to Spotfire" and Session_ID "d7be0e...". The time spent can be calculated by subtracting the Logged_time between 2 "set_page" Log_action or between "set_page" and "close" Log_Action