Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto-refresh of Qlik Sense Apps

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

8 Replies
Anil_Babu_Samineni

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

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
rittermd
Master
Master

If you have Enterprise version you create and schedule a task in the QMC. 

agigliotti
Partner - Champion
Partner - Champion

you could also use an HTML page with this :
<head>

  <meta http-equiv="refresh" content="30">

</head>

it refresh document every 30 seconds.

beck_bakytbek
Master
Master

Hi Shokar,

you can make all these setting in QMC, create a trigger that updates your dates every 3 minutes

Not applicable
Author

Thanks. I have already done this, its about the report itself when a user has it up.

Not applicable
Author

Thanks. Thought Sense didn't do macros?

Not applicable
Author

How can I change the HTML?

agigliotti
Partner - Champion
Partner - Champion

i'd create a mashup.