Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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
jonathandienst
Partner - Champion III
Partner - Champion III

Unfortunately, the QV way does not work out of the box for Sense. There are a range of extensions in Qlik Branch that allow reloading the desktop, including reloading from a batch or script file.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
bvssudhakar
Creator III
Creator III
Author

Hi Jonathan

can you please elaborate how to do this

bvssudhakar
Creator III
Creator III
Author

priyalvp24
Creator
Creator

Hi,

Steps are as follows

1)Open QMC

2)Go to Tasks

3)Click On Create new

4)Enter the Task Name

5)Select the Dashboard Application Name

6)Click On Action

7)Select the refresh frequency.


Thanks....

priyalvp24
Creator
Creator

Hi,

Steps are as follows

1)Open QMC

2)Go to Tasks

3)Click On Create new

4)Enter the Task Name

5)Select the Dashboard Application Name

6)Click On Action

7)Select the refresh frequency and click on Apply. So reload will happen as per frequency on front as well as back end


Thanks....

Miguel_Angel_Baeyens

You need Qlik Sense Enterprise to schedule loads. There is no equivalent to qv.exe /r in Qlik Sense.

bvssudhakar
Creator III
Creator III
Author

Hi Miguel,

I am using Qlik sense desktop version. Is there any Possibility for this Edition

bvssudhakar
Creator III
Creator III
Author

Hi Priyal,

I am using Qlik sense desktop version. Is there any Possibility for this Edition

Miguel_Angel_Baeyens

As I mentioned, this is not possible with Qlik Sense Desktop.

You may try with the Engine API if it is supported by Desktop, which I cannot say:

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