Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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