Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
A number of departments will have an app displayed on their big screens for all to view.
My question is, how can i get the apps to auto refresh.
I have the app itself reloading every 3 mins, but how do I get the app to refresh automatically without a user clicking on refresh button or F5?
Thanks
May be use this?
LET a =if(left(subfield((now()-ReloadTime())*1440,'.',2),1)=5,999,0);
Macro
Sub ReloadDoc
ActiveDocument.Reload
ActiveDocument.Save
End sub
If you have Enterprise version you create and schedule a task in the QMC.
you could also use an HTML page with this :
<head>
<meta http-equiv="refresh" content="30">
</head>
it refresh document every 30 seconds.
Hi Shokar,
you can make all these setting in QMC, create a trigger that updates your dates every 3 minutes
Thanks. I have already done this, its about the report itself when a user has it up.
Thanks. Thought Sense didn't do macros?
How can I change the HTML?
i'd create a mashup.