Quiana Stodder Posted July 16, 2020 Share Posted July 16, 2020 Hi all, Essentially, I'm looking for a way to auto-refresh data without the use of Spotfire Server or TIBCO EMS. Occasionally, usersdo not have access to the data sources, so it's necessary to refresh these datasets while the dashboards are not being used. Is there a way to control a dashboard with an external source For example, it would be ideal for a python script to open, login, refresh the data, then save and close the dashboard. Is this possible And to reiterate - I understand it is possible to setup an auto-refresh schedule via Spotfire Server or TIBCO EMS, but I wouldlike to pursue alternate methods. If anyone has advice on this matter, or has an alternative idea, I would greatly appreciate it! Link to comment Share on other sites More sharing options...
Shandilya Peddi Posted July 24, 2020 Share Posted July 24, 2020 If you are looking to create an external python script then probably you can do the following, 1. There are command line parameters that you can use to launch analyst client and open an analysis https://community.spotfire.com/wiki/tibco-spotfire-analyst-command-line-par... 2. In this analysis you can create a data function such that it will trigger an IronPython script upon opening https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-44163 3. In the IronPython script you can referesh data tables and then exit the analyst client https://community.spotfire.com/wiki/how-execute-ironpython-script-after-tab... https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now