<?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: Right join? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Right-join/m-p/459015#M700614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it before (with left) but I might have been confuse about the information that is given in the &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;script execution&lt;/SPAN&gt; -&lt;SPAN class="hps"&gt;window.&lt;/SPAN&gt;&lt;/SPAN&gt;(wish is now stuck). The &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;script execution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;window doesnt give any information about the combined table... only about the separate tables in the script?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Julia&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2012 15:10:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-22T15:10:19Z</dc:date>
    <item>
      <title>Right join?</title>
      <link>https://community.qlik.com/t5/QlikView/Right-join/m-p/459012#M700611</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;How do I do if I only want to join the rows in table "All" if they can be found in table "Active"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I hade a sql query I would join my tables like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from &lt;/P&gt;&lt;P&gt;All all&lt;/P&gt;&lt;P&gt;right join Active active on all.email=active.email_adress&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all the rows in table "Active" to be shown and combined with table "All". &lt;/P&gt;&lt;P&gt;If the row is only found in "All" it should not be included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview I try to do it like below, but I still got all rows from "All", dispite if they match or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//All:&lt;/P&gt;&lt;P&gt;right Join (Active)&lt;/P&gt;&lt;P&gt;LOAD Personnr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kategori, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; created_at&lt;/P&gt;&lt;P&gt;FROM&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;How do I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Julia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 13:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-join/m-p/459012#M700611</guid>
      <dc:creator />
      <dc:date>2012-11-22T13:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Right join?</title>
      <link>https://community.qlik.com/t5/QlikView/Right-join/m-p/459013#M700612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All:&lt;/P&gt;&lt;P&gt;SELECT * FROM all;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right join (All)&lt;/P&gt;&lt;P&gt;LOAD Personnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kategori,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; created_at&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-join/m-p/459013#M700612</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-22T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Right join?</title>
      <link>https://community.qlik.com/t5/QlikView/Right-join/m-p/459014#M700613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you get all row, that's what you are doing. Try left join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-join/m-p/459014#M700613</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-11-22T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Right join?</title>
      <link>https://community.qlik.com/t5/QlikView/Right-join/m-p/459015#M700614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it before (with left) but I might have been confuse about the information that is given in the &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;script execution&lt;/SPAN&gt; -&lt;SPAN class="hps"&gt;window.&lt;/SPAN&gt;&lt;/SPAN&gt;(wish is now stuck). The &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;script execution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;window doesnt give any information about the combined table... only about the separate tables in the script?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Julia&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 15:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Right-join/m-p/459015#M700614</guid>
      <dc:creator />
      <dc:date>2012-11-22T15:10:19Z</dc:date>
    </item>
  </channel>
</rss>

