Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
gidon500
Creator II
Creator II

Auto ReLoad and save Every 15 min

Hi Guys

I have A documents  that  takes 30 sec to reload ,

It is status of Service call .

the documents is open on BIG screen  , I need it to auto reload and save  every 15 minutes

How can I do it

thanks

Gidon

14 Replies
Frank_Hartmann
Master II
Master II

have alook at the attached sample.

it will reload and save the document every 15 minutes

hope this helps

vardhancse
Specialist III
Specialist III

Hi,

PFA document for your reference.

gidon500
Creator II
Creator II
Author

thanks

works fine

gidon

bvssudhakar
Creator III
Creator III

Hi Frank,

I tried with my own data based on your file but it's not working, I think i did a minor mistake but i am not getting where i did that mistake can you find tell me it will very useful for me

And it's an urgent requirement

Here i am attaching the file also

Frank_Hartmann
Master II
Master II

Sorry for late response:

You will have two things to change/add:

1. Script:

replace  SET TimeFormat='h:mm:ss TT';  with  SET TimeFormat='hh:mm:ss';

2. Just add an action to ReloadTrigger on change :

Settings--->DocumentProperties---->Triggers--->ReloadTrigger--->OnChange--->AddActions--->Add--->Run Macro--->Macro Name = ReloadDoc

hope this helps