<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031589#M937194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider using a mapping table and Applymap rather than a join.&amp;nbsp; &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;This will also need the use of Subfield as &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;Marcus_Sommer&lt;/A&gt; suggests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 16:19:45 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-02-15T16:19:45Z</dc:date>
    <item>
      <title>left join</title>
      <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031587#M937192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear Programmers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to table like bellow&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114602_Untitled.png" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want join FastHelper field with typeId but in fastHelper data entered like this(red oval) and seprate with "|" but in typeId the numbers are seprate each others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i will appreciate if anyone knows how can i join these two tables? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 06:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join/m-p/1031587#M937192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: left join</title>
      <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031588#M937193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could split your field fastHelper before with: subfield(fastHelper, '|') which caused a loop within the load for each delimited number and afterwards you could join your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join/m-p/1031588#M937193</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-15T16:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: left join</title>
      <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031589#M937194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider using a mapping table and Applymap rather than a join.&amp;nbsp; &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;This will also need the use of Subfield as &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;Marcus_Sommer&lt;/A&gt; suggests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join/m-p/1031589#M937194</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-02-15T16:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: left join</title>
      <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031590#M937195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;small example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dt:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping LOAD * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6750, aaa&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6737, bbb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6000, ccc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6721, ddd&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6747, eee&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6731, fff&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6730, ggg&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fh:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;load Id, FastHelper, ApplyMap('dt', NewFastHelper) as NewFastHelper;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;load Id, FastHelper, SubField(FastHelper, '|') as NewFastHelper;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Id, FastHelper&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, 6750|6737|6000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, 6721&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, 6747&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4, 6731|6730&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 08:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join/m-p/1031590#M937195</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-16T08:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: left join</title>
      <link>https://community.qlik.com/t5/QlikView/left-join/m-p/1031591#M937196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. it worked&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join/m-p/1031591#M937196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T08:42:12Z</dc:date>
    </item>
  </channel>
</rss>

