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

Reload document from an external program

hi all,

I am trying to find a way to reload a qvw from an external source (maybe through http call?). we have a database where we want the task to start after some actions on the database have occurred. so is there a way I can run an external task to reload a qvw?

Best,

Alec

5 Replies
Clever_Anjos
Employee
Employee

use this tool : Using EDX in QlikView 11

alec1982
Specialist II
Specialist II
Author

thank you for your help but this require QV11 and my client still on QV 10. they dont want to upgrade even I have tried to push them to do several times..

Clever_Anjos
Employee
Employee

Maybe this can help you Re: Trigger EDX Qlikview 10

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

As cleveranjos‌ states EDX is probably the most robust way.  However, if you only have Server, without Publisher you can only have one reload set up on each document.  If you have a scheduled reload you can not have an EDX one also.

It is possible to run a reload from the QlikView command line, which means you can kick things off from batch files.  It's not ideal, as it is not logged like a Server task, but it can be useful sometimes.

The syntax is:

"C:\Program Files\QlikView\Qv.exe" /r "d:\qlikviewdocuments\myqvw.qvw"

Hopefully one or other of those approaches will work for you.

Steve

ramoncova06
Specialist III
Specialist III

Quick Development Tips: Qlikview: How to refresh/reload data automatically in qlikview desktop

you probably need to create a share folder for the DB to call out a bat file but you could use /r to reload your document