Skip to Main Content
Spotfire Ideas Portal
Status Implemented
Product Spotfire
Created by Guest
Created on May 11, 2016

Report developer wants access to information regarding which pages have not been used in analysis files

*Goal:*
Report developer wants access to information regarding which pages that has not been used in analysis files on a daily basis so that I can remove pages that are unused.

*Details:*
Business is looking for the reports Names which user are using on daily basis based on that I want to remove pages which is not used at all, as I constantly need to add new information in existing Analysis. This information will help them to decide which report can be removed from Spotfire reporting.

Today it's possible to use the auditlog (if enabled in WP and set to debug level) to see the event 'Set Active Page'. This auditlog event is triggered when a user switches pages in Web Player by clicking at the page tabs. However, this auditlog event isn't logged when I switches pages by using the 'Navigate to page' function for 'Action Control Button', and neither is it logged when using Iron Python Scripting (Document.ActivePageReference = Document.Pages[i]). I suggest that we also include these two events in the 'Set Active Page' audit logging. Note: It's also possible to change the active page by using 'Go to page', I'm not sure if that event is logged in auditlog. We need to make sure that all ways to change the active page is logged in the auditlog if choosing to implement this enhancement request in this suggested way.

If I can see which pages are being used in the logfiles, I can cross reference this with the pages available and find out which pages that has not been used.
Implemented in 6.5
  • Attach files