Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sevvalk
Creator
Creator

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.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

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
Creator
Creator
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.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
sevvalk
Creator
Creator
Author

Thank you so much 

sevvalk
Creator
Creator
Author

Thankss