<?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 load different tables from a single excel sheet into seperate tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397456#M148030</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 have one excel sheet contains different sheets, but one sheet have more than one table.&lt;/P&gt;&lt;P&gt;QV is loading those tables as one table. Could you please suggest us how to load those tables seperately by recognising their headers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kumari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 08:12:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-01T08:12:00Z</dc:date>
    <item>
      <title>How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397456#M148030</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 have one excel sheet contains different sheets, but one sheet have more than one table.&lt;/P&gt;&lt;P&gt;QV is loading those tables as one table. Could you please suggest us how to load those tables seperately by recognising their headers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kumari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397456#M148030</guid>
      <dc:creator />
      <dc:date>2013-03-01T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397457#M148031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create seveal load statements in the QlikView script, and make sure that each Load contains just the fields you want to have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397457#M148031</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-03-01T08:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397458#M148032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, those two tables have the same field names and same no.of fields, but the data varies.&lt;/P&gt;&lt;P&gt;Please help me on this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 09:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397458#M148032</guid>
      <dc:creator />
      <dc:date>2013-03-01T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397459#M148033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me get this straight: You have one sheet in an Excel document that has two tables, and the two tables have identical sets of fields? I would change this Excel sheet so that it gets one table per sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you cannot do that, you could instead load the two tables using columnar addresses instead. Choose "None" inthe labels control and adjust the number of header lines so that you do not load the field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34122" class="jive-image" alt="Image2.png" src="https://community.qlik.com/legacyfs/online/34122_Image2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will get a Load statement that loads @1, @2, etc. Rename these to the proper field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as FieldA, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as FieldB, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as FieldC&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then do the same for the second table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HIC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 09:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397459#M148033</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-03-01T09:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397460#M148034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric, my tables are below one another means have the same column number shown in the attached excel sheet, please suggest me accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 10:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397460#M148034</guid>
      <dc:creator />
      <dc:date>2013-03-01T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to load different tables from a single excel sheet into seperate tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397461#M148035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the bottom two two tables are summations of the top table, I would just load the raw data using a where clause. I would load &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;no subtotals whatsoever&lt;/STRONG&gt;&lt;/SPAN&gt;. It's better to create the totals and the subtotals in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Month / Year], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Head Count]&lt;/P&gt;&lt;P&gt;FROM [Book1 (2).xlsx] (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Where IsNum([Month / Year]) and RecNo() &amp;lt;= 13;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-different-tables-from-a-single-excel-sheet-into/m-p/397461#M148035</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-03-01T11:00:24Z</dc:date>
    </item>
  </channel>
</rss>

