<?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 pull data from multiple Excel files? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429228#M1159197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA sample application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 07:06:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-17T07:06:46Z</dc:date>
    <item>
      <title>How to pull data from multiple Excel files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429226#M1159195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QV file that currently pulls data from one excel file and the script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Height&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;[Height-Weight.xlsx]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want it to pull additional data from a separate excel file called Track Record in the same folder. How do I change the script and make this happen?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Attached are the excel files and the QV file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;CD&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 02:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429226#M1159195</guid>
      <dc:creator>chiranjivdas</dc:creator>
      <dc:date>2013-01-17T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data from multiple Excel files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429227#M1159196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;Following is the simple short code for your query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Height_Weight:&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Height, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Desktop\Gaurav\Height-Weight.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Track_Record:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current Timing], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Best Timing]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Desktop\Gaurav\Track Record.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 07:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429227#M1159196</guid>
      <dc:creator />
      <dc:date>2013-01-17T07:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data from multiple Excel files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429228#M1159197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA sample application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 07:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429228#M1159197</guid>
      <dc:creator />
      <dc:date>2013-01-17T07:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data from multiple Excel files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429229#M1159198</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;You can directly load the second table just like you've loaded the first one.&lt;/P&gt;&lt;P&gt;Since both the tables have a common field (Name, in this case), QlikView will automatically link these fields to form a key enabling your data set to look like a single connected table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HeightWeightTable:&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Height, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weight&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Height-Weight.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TrackRecordTable:&lt;/P&gt;&lt;P&gt;LOAD Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Current Timing], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Best Timing]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Track Record.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scenarios where the data is same but field names are different for two tables, you can alias one of the fields from either of the tables to form a link between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 07:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429229#M1159198</guid>
      <dc:creator />
      <dc:date>2013-01-17T07:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data from multiple Excel files?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429230#M1159199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, people. All answers were very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 17:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pull-data-from-multiple-Excel-files/m-p/429230#M1159199</guid>
      <dc:creator>chiranjivdas</dc:creator>
      <dc:date>2013-01-17T17:51:02Z</dc:date>
    </item>
  </channel>
</rss>

