Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
priyav24
Creator II
Creator II

Logs for Qlikview Desktop?

Hello Everybody,

                      Am currently using the qlikview  desktop licensed version11 , am using a schedule reloading on the daily basis,i want to view the reloading status log.is it possible to get those logs in qlikview version?

Regards,

Priya

11 Replies
Not applicable

Hi

if u r working in server,then auto reload possible by scheduling ..

Otherwise in in local desktop scheduling  reload not possible...u need to do it manually load.

And log file u will get in ur application path.

  "go to Settings > Document Properties > General Tab --check  "generate Logfile" &

    check "Timestamp in Logfile Name"

regards-bika

Not applicable

Hi

Step1: Create the bat file to reload the Application like below

copy and paste it in notepad and save it with extension .bat.

"C:\Program Files\QlikView\Qv.exe" /r "F:\qvsdocs\binary\publish\test1.qvw"  // In here change the location based on ur file.

Step2: Open the taskscheduler(Run-->Taskscheduler)

Step3: Create the task (dialoag box will open, there u can see some tabs such as General, trigger, Action, condition)

Step4: enter all details

Step5: In trigger tab, U can schedule the time to reload as ur expected time for weekly or daily.

Step6: In Action tab, U can give that bat file location.

Capture.PNG

Regards,

Kabilan K.