<?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: Table Creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940825#M324473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Simen Kind Glbrandsen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here You have taken only Two tables, But&amp;nbsp; I want to take 3 tables in the sheet1 if&amp;nbsp; I have 2 more data fields and I want those also how can we do that , please find the updated excel file.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 12:48:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-25T12:48:42Z</dc:date>
    <item>
      <title>Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940822#M324470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have 3 tables with&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type, Segment,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;,B&lt;/P&gt;&lt;P&gt;,B&lt;/P&gt;&lt;P&gt;,B&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;ID Type TypeData&lt;/P&gt;&lt;P&gt;1,A, 21&lt;/P&gt;&lt;P&gt;2,A,22&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;ID Segment TypeData&lt;/P&gt;&lt;P&gt;1,B, 21&lt;/P&gt;&lt;P&gt;2,B,22&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, No I want to see the values in a single table&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Type Segment, TypeData, SegmentData&lt;/P&gt;&lt;P&gt;1,A,B,21,21&lt;/P&gt;&lt;P&gt;2,A,B,22,22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ? if yes Please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940822#M324470</guid>
      <dc:creator />
      <dc:date>2015-09-25T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940823#M324471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont need the first table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data as TypeData&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\community4.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(Fact)&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data as SegmentData&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\community4.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940823#M324471</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-09-25T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940824#M324472</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;try to give a look to the attached sample.&lt;/P&gt;&lt;P&gt;It depends on your requirement which kind of JOIN u are using (LEFT JOIN, JOIN ...).&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor773"&gt;&lt;/A&gt;Join&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;join&lt;/SPAN&gt; prefix joins the loaded table with an existing named table or the last previously created data table. The join is a &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Natural_join.htm"&gt;&lt;EM&gt;Natural Join&lt;/EM&gt;&lt;/A&gt; made over all the common &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Field.htm"&gt;&lt;EM&gt;Fields&lt;/EM&gt;&lt;/A&gt;. The join prefix may be preceded by one of the prefixes &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Inner.htm"&gt;&lt;EM&gt;Inner&lt;/EM&gt;&lt;/A&gt;, &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Outer.htm"&gt;&lt;EM&gt;Outer&lt;/EM&gt;&lt;/A&gt;, &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Left.htm"&gt;&lt;EM&gt;Left&lt;/EM&gt;&lt;/A&gt; or &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Right.htm"&gt;&lt;EM&gt;Right&lt;/EM&gt;&lt;/A&gt;. When DISTINCT predicate is used in a LOAD statement, the resulting table becomes distinct. Any data added to the table also becomes distinct, regardless if the data is concatenated or joined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Simen stated you do not neet table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940824#M324472</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-09-25T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940825#M324473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Simen Kind Glbrandsen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here You have taken only Two tables, But&amp;nbsp; I want to take 3 tables in the sheet1 if&amp;nbsp; I have 2 more data fields and I want those also how can we do that , please find the updated excel file.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940825#M324473</guid>
      <dc:creator />
      <dc:date>2015-09-25T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940826#M324474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no ID on the records in the first table. So which one of the Sold values do you want when a row has Type A?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940826#M324474</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-09-25T12:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940827#M324475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Your correct Simen Kind Glbrandsen, there I am getting problems, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940827#M324475</guid>
      <dc:creator />
      <dc:date>2015-09-25T13:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940828#M324476</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;Try this approach&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;NULL()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;,Type&lt;/P&gt;&lt;P&gt;,Segment&lt;/P&gt;&lt;P&gt;,NUll()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS TypeData&lt;/P&gt;&lt;P&gt;,Null()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SegmentData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from sourcefile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Type TypeData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,A, 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,A,22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from sourcefile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(Table2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Segment TypeData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,B, 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,B,22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from sourcefile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Fact)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;Resident Tabel2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Creation/m-p/940828#M324476</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-25T13:09:14Z</dc:date>
    </item>
  </channel>
</rss>

