Discussion Board for collaboration on QlikView Scripting.
Is it possible to set a document to reload with a scheduled task without server running on the computer?
Thanks,
Solved! Go to Solution.
Hello Anthony,
Actually, yes. You have to create a BAT file and in one line set something like
as the program you want to run in Scheduled Tasks. Quotes are needed (test if any) when the name contains spaces."C:\Program Files\QlikView\qv.exe /r C:\Path\To\Document.qvw"
Regards.
Hello Anthony,
Actually, yes. You have to create a BAT file and in one line set something like
as the program you want to run in Scheduled Tasks. Quotes are needed (test if any) when the name contains spaces."C:\Program Files\QlikView\qv.exe /r C:\Path\To\Document.qvw"
Regards.
Hi Miguel,
How can I run this bat file,if its kept on a server and I need to run it from my qvw. I don't think I can use a macro to do so, since Macro will only run on client side and not server side?
Hi,
This discussion is two years old! Things have changed quite a bit from then, and now you can use Publisher and create Supporting Tasks to run External Programs. That's how I'd do it.
Hope that helps.
Miguel