Skip to main content
Announcements
Applications are open for the 2024 Qlik Luminary Program. Apply by December 15 here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sevvalk
Contributor III
Contributor III

How can i do automatic data update?

In my application, I want the data to be updated every 5 or 10 minutes. For example, I want it to say "Updated 5 minutes ago" on the home page.

Labels (4)
2 Solutions

Accepted Solutions
Digvijay_Singh

You can create text message like this in the text box, I assume you have already scheduled your load in QMC as per desired frequency - 

='Loaded ' & interval(Now()-ReloadTime(),'m')&' minutes ago'

 

View solution in original post

PrashantSangle

@sevvalk , check this qlik help video

https://help.qlik.com/en-US/video/VsMvGtxd7OE

 

Great dreamer's dreams never fulfilled, they are always transcended.

View solution in original post

5 Replies
Digvijay_Singh

You can create text message like this in the text box, I assume you have already scheduled your load in QMC as per desired frequency - 

='Loaded ' & interval(Now()-ReloadTime(),'m')&' minutes ago'

 

sevvalk
Contributor III
Contributor III
Author

Can you explain how automatic updating is done in QMC?

PrashantSangle

@sevvalk , check this qlik help video

https://help.qlik.com/en-US/video/VsMvGtxd7OE

 

Great dreamer's dreams never fulfilled, they are always transcended.
sevvalk
Contributor III
Contributor III
Author

Thank you so much 

sevvalk
Contributor III
Contributor III
Author

Thankss