Monday 10 October 2011

QlikView : Auto Reload With Batch File & System Scheduler

Step : 1

Create .bat   file .

Put this below coding into .bat file

@echo off
REM #####################################################
REM #
REM # This script will run .qvw file mentioned below
REM #  to load relevant .qvd automatically
REM #
REM #####################################################

 "C:\Program Files\QlikView\Qv.exe" /r "E:\QlikView\Actual Stocks V2.qvw"

REM #####################################################
REM #
REM # End
REM #
REM #####################################################

Step:2

Schedule this batch file from your system

2 comments:

  1. how do you aotomatically publish the same after auto reload?

    ReplyDelete
  2. Well, that’s really great and appreciated. Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic.
    QlikView Training in Hyderabad

    ReplyDelete