<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Data Reload with batch files. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Reload-with-batch-files/m-p/412480#M153545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help for batch file creation for data reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My appliction structure is as following and i want to perform&lt;STRONG&gt; 'Reload Step' &lt;/STRONG&gt;from QVD extaction itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Creation of Masters.Qvd and Sales.Qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Data_Model.Qvw --- which loads data from Master and Sales Qvds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Application.Qvw---- It is a binary load from&amp;nbsp; Data_Model.Qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl let me know how to create&amp;nbsp; appliction which covers all above steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 20:40:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-10T20:40:59Z</dc:date>
    <item>
      <title>Data Reload with batch files.</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reload-with-batch-files/m-p/412480#M153545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help for batch file creation for data reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My appliction structure is as following and i want to perform&lt;STRONG&gt; 'Reload Step' &lt;/STRONG&gt;from QVD extaction itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Creation of Masters.Qvd and Sales.Qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Data_Model.Qvw --- which loads data from Master and Sales Qvds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Application.Qvw---- It is a binary load from&amp;nbsp; Data_Model.Qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl let me know how to create&amp;nbsp; appliction which covers all above steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 20:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reload-with-batch-files/m-p/412480#M153545</guid>
      <dc:creator />
      <dc:date>2013-01-10T20:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reload with batch files.</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reload-with-batch-files/m-p/412481#M153546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the - Batch.cmd file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;Rem ****************** &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Creation of Masters.Qvd and Sales.Qvd&lt;/SPAN&gt;****************************&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.exe" -r "PATH\DOCUMENTNAME.qvw""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;Rem ******************** &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;loads data from Master and Sales Qvds&lt;/SPAN&gt; *************************&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.exe" -r "PATH\&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; Data_Model.&lt;/SPAN&gt;.qvw".qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;Rem *****************************&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;binary load from&amp;nbsp; Data_Model.Qvw&lt;/SPAN&gt;************************&lt;/P&gt;&lt;P&gt;Rem ********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\QV.exe" -r "PATH\&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Application.Qvw-&lt;/SPAN&gt;.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Yigal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 21:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reload-with-batch-files/m-p/412481#M153546</guid>
      <dc:creator />
      <dc:date>2013-01-10T21:02:58Z</dc:date>
    </item>
  </channel>
</rss>

