<?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: two tables in one excel file. How to separate them after importing to Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778046#M60395</link>
    <description>&lt;P&gt;If you are having this issue after loading the tables in Qlik Sense from Excel, you need to place a NoConcatenate statement before the loading of you second table.&amp;nbsp; Qlik Sense will, by default, concatenate tables with the same columns names.&amp;nbsp; You may also want to rename the fields of the second table or Qualify field names to avoid the creation of synthetic keys.&lt;/P&gt;&lt;P&gt;One other option would be to load both tables into one table and adding a column called Source to distinguish which table a row came from.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 11:06:26 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2021-01-28T11:06:26Z</dc:date>
    <item>
      <title>two tables in one excel file. How to separate them after importing to Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1777901#M60373</link>
      <description>&lt;P&gt;I have an excel sheet with 2 tables in the same sheet. But when I export that sheet to Qlik Sense, Qlik Sense recognizes it as one long table. is there a way to separate the two tables on Qlik Sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is how is looks on Excel vs Qlik Sense&lt;/P&gt;&lt;P&gt;on Excel:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;customer&lt;/TD&gt;&lt;TD&gt;product&lt;/TD&gt;&lt;TD&gt;quantity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se23&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;87&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;customer&lt;/TD&gt;&lt;TD&gt;product&lt;/TD&gt;&lt;TD&gt;quantity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se66&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se23&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se57&lt;/TD&gt;&lt;TD&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se43&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;sr99&lt;/TD&gt;&lt;TD&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se11&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on Qlik Sense: Its just one long table instead of two small ones&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;customer&lt;/TD&gt;&lt;TD&gt;product&lt;/TD&gt;&lt;TD&gt;quantity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se23&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;87&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;customer&lt;/TD&gt;&lt;TD&gt;product&lt;/TD&gt;&lt;TD&gt;quantity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se66&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se23&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;77&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se57&lt;/TD&gt;&lt;TD&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se43&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;sr99&lt;/TD&gt;&lt;TD&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brian&lt;/TD&gt;&lt;TD&gt;se11&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1777901#M60373</guid>
      <dc:creator>Mch201</dc:creator>
      <dc:date>2024-11-16T00:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: two tables in one excel file. How to separate them after importing to Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778046#M60395</link>
      <description>&lt;P&gt;If you are having this issue after loading the tables in Qlik Sense from Excel, you need to place a NoConcatenate statement before the loading of you second table.&amp;nbsp; Qlik Sense will, by default, concatenate tables with the same columns names.&amp;nbsp; You may also want to rename the fields of the second table or Qualify field names to avoid the creation of synthetic keys.&lt;/P&gt;&lt;P&gt;One other option would be to load both tables into one table and adding a column called Source to distinguish which table a row came from.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 11:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778046#M60395</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-01-28T11:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: two tables in one excel file. How to separate them after importing to Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778061#M60397</link>
      <description>&lt;P&gt;where&amp;nbsp;&lt;SPAN&gt;customer &amp;lt;&amp;gt; 'customer' and len(trim(customer))&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(or something similar)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 12:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778061#M60397</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-01-28T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: two tables in one excel file. How to separate them after importing to Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778084#M60403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It's easy to fix that! You just need to give &lt;STRONG&gt;&lt;EM&gt;a name at each table&lt;/EM&gt;&lt;/STRONG&gt; on your excel sheet (like in attached file). Qlik Sense will recognize them like two differents tables.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://trumpexcel.com/named-ranges-in-excel/" target="_blank"&gt;https://trumpexcel.com/named-ranges-in-excel/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-tables-in-one-excel-file-How-to-separate-them-after/m-p/1778084#M60403</guid>
      <dc:creator>Seyko</dc:creator>
      <dc:date>2021-01-28T13:25:03Z</dc:date>
    </item>
  </channel>
</rss>

