<?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 Two tables together and where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184093#M712232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx I think that will work for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 15:37:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-25T15:37:32Z</dc:date>
    <item>
      <title>Two tables together and where</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184091#M712230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;I have two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WH_START:&lt;BR /&gt;LOAD RecNo() as Recno,&lt;BR /&gt;WM.ID as ID,&lt;BR /&gt;WM.DATE as DATE,&lt;BR /&gt;WM.MUTATION as MUTATION,&lt;BR /&gt;RESIDENT WM&lt;BR /&gt;WHERE WM.MUTATION = 'WA'&lt;BR /&gt;OR WM.MUTATION = 'NA'&lt;BR /&gt;OR WM.MUTATION = 'WI';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WH_END:&lt;BR /&gt;LOAD RecNo() as Recno,&lt;BR /&gt;WM.ID as ID,&lt;BR /&gt;WM.DATE as DATE,&lt;BR /&gt;WM.MUTATION as MUTATION,&lt;BR /&gt;RESIDENT WM&lt;BR /&gt;WHERE NOT WM.MUTATION = 'WA'&lt;BR /&gt;AND NOT WM.MUTATION = 'NA'&lt;BR /&gt;AND NOT WM.MUTATION = 'WI';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like you see both tables are from the same "mother" table.&lt;/P&gt;&lt;P&gt;The together they are the mother table &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now is the problem that I want to make a new table from all the rows from the first table and add the rows from the second one.&lt;BR /&gt;where (WH_START.Recno + 1) = WH_END.Recno&lt;BR /&gt;and WH_START.ID = WH_END.ID&lt;/P&gt;&lt;P&gt;Here i have a example&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1104.MUTATION.xls:550:0]&lt;/P&gt;&lt;P&gt;I hope somebody can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184091#M712230</guid>
      <dc:creator />
      <dc:date>2011-01-25T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Two tables together and where</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184092#M712231</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;Join the two table using join key word.&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;recno() as StartRecono,&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;P&gt;from table 1&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;recono() as endRecno,&lt;/P&gt;&lt;P&gt;id from Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the ID field name as same and change rest of the fields from the both the tables to a different names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 13:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184092#M712231</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-01-25T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Two tables together and where</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184093#M712232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx I think that will work for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 15:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-together-and-where/m-p/184093#M712232</guid>
      <dc:creator />
      <dc:date>2011-01-25T15:37:32Z</dc:date>
    </item>
  </channel>
</rss>

