Jump to content

Is there a script that automatically refreshes the table every 10 minutes?


Joy Carvalho

Recommended Posts

  • 3 weeks later...

Solution do exist but it should not be used.

Reasons -

  1. It is not reliable, as it sometimes do not trigger.
  2. Refreshing data table that frequently impacts the performance of dashboard and sometime may leave your dashboard unusable.

If you still want to give a try :

  1. Use this solution https://support.tibco.com/s/article/How-to-automatically-set-a-property-value-to-the-current-date-time-with-a-Text-Area-JavaScript
  2. Make it run in loops of 10 minutes each from approach mentioned here :https://spotfired.blogspot.com/2015/01/trigger-javascript-when-changing-filters.html
  3. Trigger IronPython on change of Document Property in step 1
from Spotfire.Dxp.Data import *from Spotfire.Dxp.Data.Import import * dataTableName = Document.Data.Tables["Data Table Name"]dataTableName.Refresh()
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...