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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data Reload with batch files.

Hi All,

I need help for batch file creation for data reloading.

My appliction structure is as following and i want to perform 'Reload Step' from QVD extaction itself.

1) Creation of Masters.Qvd and Sales.Qvd

2) Data_Model.Qvw --- which loads data from Master and Sales Qvds

3) Application.Qvw---- It is a binary load from  Data_Model.Qvw

Pl let me know how to create  appliction which covers all above steps.

Labels (1)
1 Reply
Not applicable
Author

Hi,

Here is the - Batch.cmd file

Rem ********************************************************************************************

Rem ****************** Creation of Masters.Qvd and Sales.Qvd****************************

Rem ********************************************************************************************

"C:\Program Files\QlikView\QV.exe" -r "PATH\DOCUMENTNAME.qvw""

Rem ********************************************************************************************

Rem ******************** loads data from Master and Sales Qvds *************************

Rem ********************************************************************************************

"C:\Program Files\QlikView\QV.exe" -r "PATH\ Data_Model..qvw".qvw"

Rem ********************************************************************************************

Rem *****************************binary load from  Data_Model.Qvw************************

Rem ********************************************************************************************

"C:\Program Files\QlikView\QV.exe" -r "PATH\Application.Qvw-.qvw"

Regards.

Yigal