<?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: left join adds row ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116831#M368551</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;I don't think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post entire script as well as if possible qvw or screen shot which gives issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 11:43:08 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2016-07-21T11:43:08Z</dc:date>
    <item>
      <title>left join adds row ?</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116827#M368547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add a field from table B to table A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (tableA)&lt;/P&gt;&lt;P&gt;load tableB.value as newfield&lt;/P&gt;&lt;P&gt;Resident tableB where tableB.value &amp;gt; 0;&lt;/P&gt;&lt;P&gt;drop table B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original there is one row in table A, after performing the script I have two rows (same values).&lt;/P&gt;&lt;P&gt;In table B there is only one row (per key) that meets the condition &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot understand why I get two rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although table A is build out of various other tables, using resident and drop table there are no other tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I cannot add an example because of privacy issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116827#M368547</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2016-07-21T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: left join adds row ?</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116828#M368548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, it's because you renamed the field to newfield. That's why you're having 2 exact same columns with different names.&lt;/P&gt;&lt;P&gt;If you want more help you could try building up an example and trying to explain what exacly you want to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116828#M368548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: left join adds row ?</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116829#M368549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Especially if there is only one field and always if there any problems with the number of records is mapping more suitable then a join: &lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116829#M368549</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-21T11:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: left join adds row ?</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116830#M368550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Make it as &lt;/SPAN&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/marcus_sommer"&gt;marcus_sommer&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;suggests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;There is the sample:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1469101026576895" jivemacro_uid="_1469101026576895" modifiedtitle="true"&gt;
&lt;P&gt;map_table:&lt;/P&gt;
&lt;P&gt;mapping Load *&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;ID, Supplier NEW&lt;/P&gt;
&lt;P&gt;1, A&lt;/P&gt;
&lt;P&gt;2, B&lt;/P&gt;
&lt;P&gt;3, C&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;Where ID &amp;gt; 2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ApplyMap('map_table', ID, ':') as [Supplier New]&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;ID, Supplier&lt;/P&gt;
&lt;P&gt;1, A&lt;/P&gt;
&lt;P&gt;2, B&lt;/P&gt;
&lt;P&gt;3, C&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there is how it looks after the reload:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_3.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132055_Screenshot_3.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116830#M368550</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-07-21T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: left join adds row ?</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116831#M368551</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;I don't think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post entire script as well as if possible qvw or screen shot which gives issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 11:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-adds-row/m-p/1116831#M368551</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-07-21T11:43:08Z</dc:date>
    </item>
  </channel>
</rss>

