Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I would like to know how to refresh mashup data on the hour (E.g 1pm, 2pm, 3pm, etc), instead of refreshing after an hour once the page has loaded. I have tried using the Auto refresh widget and time selector widget but that sets the start time to when the page loads, not according to a set time. If anyone out there has tried this, and it worked for them, please let us know.
Thanks
Solved! Go to Solution.
You could run a minute refresh timer on the mashup check the time and fire the refresh.
Or you could set up a scheduler to fire on the hour server side which then pushes a value based on the GetProperties push when value changes to the mashup and then fire based on mashup parameter changed event into a refresh
You could run a minute refresh timer on the mashup check the time and fire the refresh.
Or you could set up a scheduler to fire on the hour server side which then pushes a value based on the GetProperties push when value changes to the mashup and then fire based on mashup parameter changed event into a refresh
Thank you, Ill give both solutions a try and get back to you.