<?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 create a new table based on two other tables where no values match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172637#M42118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this should do the same as SQL... I did a table showing F1 and F2 and it appears OK&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;P&gt;[code\]&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;&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;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD * INLINE [&lt;BR /&gt; F1&lt;BR /&gt; 1&lt;BR /&gt; 2&lt;BR /&gt; 3&lt;BR /&gt; 4&lt;BR /&gt; 5&lt;BR /&gt;];&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;INNER JOIN LOAD * INLINE [&lt;BR /&gt; F2&lt;BR /&gt; a&lt;BR /&gt; b&lt;BR /&gt; c&lt;BR /&gt;];&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2009 20:31:33 GMT</pubDate>
    <dc:creator>eiconsulting</dc:creator>
    <dc:date>2009-09-01T20:31:33Z</dc:date>
    <item>
      <title>create a new table based on two other tables where no values match</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172634#M42115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a new table in my application based on exploding two other tables where no values match.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;TableOne:&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;TableTwo:&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;ResultTable:&lt;/P&gt;&lt;P&gt;A, 1&lt;/P&gt;&lt;P&gt;A, 2&lt;/P&gt;&lt;P&gt;A, 3&lt;/P&gt;&lt;P&gt;B, 1&lt;/P&gt;&lt;P&gt;B, 2&lt;/P&gt;&lt;P&gt;B, 3&lt;/P&gt;&lt;P&gt;Its relatively straightforward with SQL as you can perform an inner join specifying where TableOne.Field1 &amp;lt;&amp;gt; TableTwo.Field1 but I cant work out how to affect the same thing in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As always, any help is enormously appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172634#M42115</guid>
      <dc:creator />
      <dc:date>2009-09-01T19:07:50Z</dc:date>
    </item>
    <item>
      <title>create a new table based on two other tables where no values match</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172635#M42116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the solution is fairly simple. Just use a join statement on your second table. Try the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;TableOne:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; F1&lt;BR /&gt; A&lt;BR /&gt; B&lt;BR /&gt;];&lt;BR /&gt;TableTwo:&lt;BR /&gt;JOIN LOAD * INLINE [&lt;BR /&gt; F2&lt;BR /&gt; 1&lt;BR /&gt; 2&lt;BR /&gt; 3&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 19:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172635#M42116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-01T19:24:47Z</dc:date>
    </item>
    <item>
      <title>create a new table based on two other tables where no values match</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172636#M42117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jack, You're right, it was simple&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 19:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172636#M42117</guid>
      <dc:creator />
      <dc:date>2009-09-01T19:31:29Z</dc:date>
    </item>
    <item>
      <title>create a new table based on two other tables where no values match</title>
      <link>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172637#M42118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this should do the same as SQL... I did a table showing F1 and F2 and it appears OK&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;&lt;P&gt;[code\]&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;&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;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD * INLINE [&lt;BR /&gt; F1&lt;BR /&gt; 1&lt;BR /&gt; 2&lt;BR /&gt; 3&lt;BR /&gt; 4&lt;BR /&gt; 5&lt;BR /&gt;];&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;INNER JOIN LOAD * INLINE [&lt;BR /&gt; F2&lt;BR /&gt; a&lt;BR /&gt; b&lt;BR /&gt; c&lt;BR /&gt;];&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 20:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-a-new-table-based-on-two-other-tables-where-no-values/m-p/172637#M42118</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-09-01T20:31:33Z</dc:date>
    </item>
  </channel>
</rss>

