Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bvssudhakar
Creator III
Creator III

Scheduling Auto refresh in qliksense

Hi Experts,

I want schedule the Auto refresh in qlik sense.

Previously i did it in qlik view with this statement in edit script

EXECUTE "C:\Program Files\QlikView\QV.exe" /r "D:\Qlikview\auto refresh.qvw";

Same thing I trying in qlik sense also but i am not able find this path''C:\Program Files\QlikView\QV.exe''  which i wrote for qlik view


I am taking the data from sql server database and i have created qvd's then i performed joins operation. Now total i have 4qvd's but our client will not open those 4 qvd's he will open final front end qvd only. so whenever he load the data in front end qvd automatically it will refresh backend qvd's also


Is there any option is there for that


Can you guys help me out from ..




Thank you in advance

B VS Sudhakar

26 Replies
bvssudhakar
Creator III
Creator III
Author

Hi,

Yeah ok. Thank you and waiting for your reply

priyalvp24
Creator
Creator

Try whether you can do something like this

Batch file script to reload Qlikview Applications

manoj217
Creator III
Creator III

he need windows server to schedule a job for a batch file

Miguel_Angel_Baeyens

With Qlik Sense the whole scheduling and reloading has changed and it is carried out by different services.

Any option similar to qv.exe /r or /parameter is no longer applicable in Qlik Sense.

If anything, the APIs could be used (although there are limitations for the Desktop). If scheduled reloads are a must, then Qlik Sense Enterprise is a must (or at least QAP).

Miguel_Angel_Baeyens

No, as we have mentioned several times in this thread, this is no longer possible.

If and how the Engine API could help you with Desktop is something you will have to code yourself and test.

If scheduled reloads are a must, you should seriously consider purchasing a license for Qlik Sense Enterprise.

bvssudhakar
Creator III
Creator III
Author

Hi,

Can you please give me some brief explanation about API.. What i mean is how to create those api files and where i can paste that code and where i can see that file in our qlik sense app

Miguel_Angel_Baeyens

You need to develop the code yourself, I don't have right now any similar code as I have Qlik Sense Enterprise.

The Engine API documentation can be found here:

https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/EngineAPI/Content/CreatingAppLoading...