<?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: One LOAD statement from two sheets in same Excel Workbook in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816207#M287866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF your sheet name is sheet1 and sheet2 (Numerically Ascending), you can achieve it using loop. but if the sheets have completely independent name like 'East' and 'West' then you have to load them separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 11:22:18 GMT</pubDate>
    <dc:creator>alkesh_sharma</dc:creator>
    <dc:date>2014-11-12T11:22:18Z</dc:date>
    <item>
      <title>One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816205#M287864</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;I'm trying to figure out how to load data (with the same format and headers) from two tabs in Excel, "Incoming" and "Outgoing".&lt;/P&gt;&lt;P&gt;Can I state the two sheets in the FROM statement maybe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816205#M287864</guid>
      <dc:creator />
      <dc:date>2014-11-12T11:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816206#M287865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must load them one by one with 2 loads or in a for next loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816206#M287865</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-12T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816207#M287866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF your sheet name is sheet1 and sheet2 (Numerically Ascending), you can achieve it using loop. but if the sheets have completely independent name like 'East' and 'West' then you have to load them separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816207#M287866</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-11-12T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816208#M287867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Table Files... wizard to import data then you need to use the "Tables" drop down on the first screen of the wizard to select which sheet to import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the fields are identical between sheets then you can copy an existing load statement and change the sheet name manually (find the "table is @tablename").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple identical sheets, or sheets are dynamically added then a loop might become more efficient, but this can be more complex to set up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816208#M287867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-12T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816209#M287868</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 do a for each loop like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each vSheet in '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Incoming&lt;/SPAN&gt;', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Outgoing&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MY_TABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM XL.xls (biff, embedded labels, table is [$(vSheet)])&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT vSheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I think that work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816209#M287868</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2014-11-12T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: One LOAD statement from two sheets in same Excel Workbook</title>
      <link>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816210#M287869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks a lot.&lt;/P&gt;&lt;P&gt;Works like a charm. A bit slower than two separate LOADS for som reason but works great for my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Olle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-LOAD-statement-from-two-sheets-in-same-Excel-Workbook/m-p/816210#M287869</guid>
      <dc:creator />
      <dc:date>2014-11-13T10:13:15Z</dc:date>
    </item>
  </channel>
</rss>

