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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

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
MVP
MVP

@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
MVP
MVP

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
MVP
MVP

@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