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.
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 , check this qlik help video
https://help.qlik.com/en-US/video/VsMvGtxd7OE
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'
Can you explain how automatic updating is done in QMC?
@sevvalk , check this qlik help video
https://help.qlik.com/en-US/video/VsMvGtxd7OE
Thank you so much
Thankss