<?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: Script for ensuring Inner join between Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409370#M152206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your USER table (and name it typing &lt;STRONG&gt;USER:&lt;/STRONG&gt; before LOAD statement).&lt;/P&gt;&lt;P&gt;Then&amp;nbsp; before each next LOAD statement type: &lt;STRONG&gt;inner join(USER)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 15:49:45 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-14T15:49:45Z</dc:date>
    <item>
      <title>Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409369#M152205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER&lt;/P&gt;&lt;P&gt;Comments Posted in 4 WKS&lt;/P&gt;&lt;P&gt;Comments Posted in 26 WKS&lt;/P&gt;&lt;P&gt;Comments Posted in 52 WKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AU_ID is the key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the script to ensure that tables have inner join between them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 15:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409369#M152205</guid>
      <dc:creator />
      <dc:date>2012-09-14T15:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409370#M152206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your USER table (and name it typing &lt;STRONG&gt;USER:&lt;/STRONG&gt; before LOAD statement).&lt;/P&gt;&lt;P&gt;Then&amp;nbsp; before each next LOAD statement type: &lt;STRONG&gt;inner join(USER)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 15:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409370#M152206</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-14T15:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409371#M152207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this but it has created a problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Filelds from the other tables are also included in the USER table now. Means - No separate tables for &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Comments Posted in 4 WKS&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Comments Posted in 26 WKS&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12.222222328186035px; color: #636363; font-family: Arial;"&gt;Comments Posted in 52 WKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exists any more.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why it not showing seprate tables any more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409371#M152207</guid>
      <dc:creator />
      <dc:date>2012-09-14T19:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409372#M152208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace join with keep:&lt;/P&gt;&lt;P&gt;INNER &lt;STRONG&gt;KEEP &lt;/STRONG&gt;(User) LOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409372#M152208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T19:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409373#M152209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;' Join'&amp;nbsp; will join the tables the way you see into one table. This is just like what you get with an sql query with joins: one tabular set of results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what are the problems with having the tables joined to one in Qlikview? Do you really need separate tables? If so can you explain why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409373#M152209</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-09-14T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409374#M152210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gwassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, As long as I am getting the correct results I dont have any problem, But I was just curious why it is showing al lthe fields in one table. Thats it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't QV automatically creates inner join based on the same fields names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between Join and Keep?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409374#M152210</guid>
      <dc:creator />
      <dc:date>2012-09-14T19:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409375#M152211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is what it says &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;JOIN joins the tables together&lt;/P&gt;&lt;P&gt;KEEP keeps them separate (still applying inner or left or right...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409375#M152211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409376#M152212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right, but when I want to inner join and keep them seperate then what should is write?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does "Inner keep (USER)" means that it will create an innerjoin and keeps the tables seperate or &lt;/P&gt;&lt;P&gt;can join and keep can come together?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409376#M152212</guid>
      <dc:creator />
      <dc:date>2012-09-14T19:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409377#M152213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tahirghalib,&lt;/P&gt;&lt;P&gt;You are right it means the same but keeps the tables separate. I thought you wanted to join them completely &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Use keep instead.&lt;/P&gt;&lt;P&gt;Look at help, the word 'inner', there are examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409377#M152213</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-14T19:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script for ensuring Inner join between Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409378#M152214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't - and don't need to - use both join and keep together.&amp;nbsp; What you describe is done by keep (see help).&amp;nbsp; Give it a try, and see the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 19:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-for-ensuring-Inner-join-between-Tables/m-p/409378#M152214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T19:47:44Z</dc:date>
    </item>
  </channel>
</rss>

