<?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 Re: How to load excel data dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927553#M967943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to get around with some renaming, but it can be minimized if you have many files with same structure (same amount of fields in same order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say you have the first load:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM [file1] (ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next loads you can change to refer to generic column headings and rename, by setting to no labels and header is 1 lines (to ignore the labels):&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A As Field1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B As Field2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C As Field3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM [file2] (ooxml, no labels, header is 1 lines, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;As you see, some renaming needed, but it follows a pattern and can be used in the methods of looping through many files like in the threads that qlikviewwizard linked to. Again, it does require that all files have the "same" columns (but with different names) and in same order. If that's not the case, it gets more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2015 05:21:27 GMT</pubDate>
    <dc:creator>Ralf-Narfeldt</dc:creator>
    <dc:date>2015-09-24T05:21:27Z</dc:date>
    <item>
      <title>How to load excel data dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927551#M967941</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;I have loaded excel file (excel1) already into qlikview with the field names of (Country,State,productname,soldyear......like 60 columns)---&amp;gt;this data for July month 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load related data to above but with column header name are slight different.But i need to concatenate to above excel1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that rename in script will be work but it takes long to change because i have 60 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on that how can add data to excel1 without changing header columns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 03:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927551#M967941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-24T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to load excel data dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927552#M967942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the following threads if help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4452"&gt;Load Multiple excel sheets using For loop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8912"&gt;Load latest Excel file to Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 05:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927552#M967942</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-24T05:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to load excel data dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927553#M967943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to get around with some renaming, but it can be minimized if you have many files with same structure (same amount of fields in same order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say you have the first load:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;FROM [file1] (ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next loads you can change to refer to generic column headings and rename, by setting to no labels and header is 1 lines (to ignore the labels):&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A As Field1,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B As Field2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C As Field3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM [file2] (ooxml, no labels, header is 1 lines, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;As you see, some renaming needed, but it follows a pattern and can be used in the methods of looping through many files like in the threads that qlikviewwizard linked to. Again, it does require that all files have the "same" columns (but with different names) and in same order. If that's not the case, it gets more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 05:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-data-dynamically/m-p/927553#M967943</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-09-24T05:21:27Z</dc:date>
    </item>
  </channel>
</rss>

