Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Refresh qvw every day

Hi All,

How to refresh qvw every day .Can we do it with  scripting.May i know how the scheduler used in reloading in desktop verison .I tried scheduler but i think something has to be trigger the scheduler to refresh.

Thanks

4 Replies
PrashantSangle

Hi,

You can do it through batch file also and schedule it through window scheduler.

Regards

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

windows scheduler +

batch

batch are like

"C:\Program Files\QlikView\qv.exe" /R  "C:\QlikviewAppFolder\QlikViewDoc.qvw"

vikasmahajan

using batch file you can execute the qvw

C:\Program Files\QlikView\qv.exe" /R  "C:\QlikviewAppFolder\QlikViewDoc.qvw"

How to schedule jobs in windows schedular see this Windows Task Schedular.docx

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
HirisH_V7
Master
Master

Hi,

Bat file is the file with set up code of line which is used to reload the Qlikview application without opening it and relload the QV application.

Basic syntax is:-

"c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

Steps:-

1. Open notepad and write code

    "c:\Program Files\QlikView\QV.exe" /r c:\ApplicaitonFolderName\SD_Applicaition.qvw

2. And then save it with the Filename.bat in any location

          Ex:- Reload.Bat

3. And by the double click on the Bat file you are able to reload the application.

4. And from the windows task scheduler you are able to triggered the bat file also

Check this: Batch file script to reload Qlikview Applications

Hope this helps ,

Hirish

HirisH
“Aspire to Inspire before we Expire!”