Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories API
Created by Guest
Created on May 16, 2022

There should be a way to programmatically determine the load status of a Spotfire dashboard. For example, all tables have loaded, scripts executed, etc.

It is currently only possible to do so using the Javascript API; however, you will not be able to do so using this property within the Spotfire dashboard via IronPython.
This report can be done using the Document.onDocumentReady method in Web Player JavaScript API : https://docs.tibco.com/pub/sfire_dev/area/doc/api/TIB_sfire_Web_Player_JavaScript_API_Reference/html/M_spotfire_webPlayer_Document_onDocumentReady.htm

  • Attach files