<?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 How to implement incremental upload in the following file ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280309#M1185844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you&amp;nbsp; for your your help, let me try it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 01:49:32 GMT</pubDate>
    <dc:creator>swarup_malli</dc:creator>
    <dc:date>2011-09-22T01:49:32Z</dc:date>
    <item>
      <title>How to implement incremental upload in the following file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280307#M1185842</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I was trying to implement incremental load, I'm not sure how to implelement when the coloumn names in the table of qvw file&amp;nbsp; is different(bcos they have been renamed) from the new file that has new records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I did try various solutions , but some how success eludes me,I have been banging my head since 3days trying to figure it out.I was hoping if some could help me , By implementing incremental load for the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I&amp;nbsp; took a look into the excellent incremental load example within the QV cookbook, available from Rob Wunderlichs site: &lt;A class="jive-link-external-small" href="http://robwunderlich.com/downloads/" target="_blank"&gt;http://robwunderlich.com/downloads/&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp; ( Being new to Qlikview&amp;nbsp; I found it a little complex to understand)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have attached a sample qvw, with a table box(name of the table box is &lt;STRONG&gt;Target)&lt;/STRONG&gt;, the columns have been renamed in the qvw file, Now i want to do incremental load by providing another file with new data (I'm attaching a sample excel file,file name is &lt;STRONG&gt;sample2.qvd &lt;/STRONG&gt;which i want to integrate with the qvw). In such a way that whenever i provide a file with new recordss qv must integrate them successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate it if someone implements the solution in the file i have attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can somebody attach an example, with a new source file containing new records ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 00:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280307#M1185842</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-09-22T00:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement incremental upload in the following file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280308#M1185843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swarup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasnt able to simulate with sample2.qvd but with excel sheet it worked. Try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ATT_MONTHLY_VOICE:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load * from sample1.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load A&amp;nbsp; as FAN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;B&amp;nbsp; as FANNAME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;C&amp;nbsp; as BAN, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;D&amp;nbsp; as BANNAME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;E&amp;nbsp; as PHONENO, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;F&amp;nbsp; as BILLDT, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;G&amp;nbsp; as PK_KEY, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;H&amp;nbsp; as DATE_1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I&amp;nbsp; as Time, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;J&amp;nbsp; as NUMBER_DEST, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;K&amp;nbsp; as CALLEDCITY_DEST, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;L&amp;nbsp; as MTSUSED, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;M&amp;nbsp; as RATEPD, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;N&amp;nbsp; as Feature, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;O&amp;nbsp; as ATCHRG, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;P&amp;nbsp; as ADDCHRG, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Q&amp;nbsp; as INTTAX, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;R&amp;nbsp; as ROAM, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;S&amp;nbsp; as Total, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;T&amp;nbsp; as M2MMTS, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;U&amp;nbsp; as VMMTS, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;V&amp;nbsp; as CWMTS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FROM&amp;nbsp; NewExcelDocument.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(ooxml, explicit labels, header is 3 lines, table is Sheet1);&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Store ATT_MONTHLY_VOICE into sample1.qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The excel load should be explicit and give the header size so that you will start from data rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 01:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280308#M1185843</guid>
      <dc:creator />
      <dc:date>2011-09-22T01:01:58Z</dc:date>
    </item>
    <item>
      <title>How to implement incremental upload in the following file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280309#M1185844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you&amp;nbsp; for your your help, let me try it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 01:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-incremental-upload-in-the-following-file/m-p/280309#M1185844</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-09-22T01:49:32Z</dc:date>
    </item>
  </channel>
</rss>

