<?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 correction needed in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415235#M801068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of loading a separate table for Coverage_Actuals, concatenate this data on to Capability_Actuals. And then do a single join from Capability_Actuals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2017 19:35:15 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-11-17T19:35:15Z</dc:date>
    <item>
      <title>Left join correction needed in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415233#M801066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below script I am doing left join to Target table from 2 tables by taking resident with &lt;SPAN style="font-size: 13.3333px;"&gt;Capability_Actuals&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,Coverage_Actuals&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but only first left join with &lt;SPAN style="font-size: 13.3333px;"&gt;Capability_Actuals is working second left join with &lt;SPAN style="font-size: 13.3333px;"&gt;Coverage_Actuals is not working. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415233#M801066</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Left join correction needed in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415234#M801067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be possible your coverage_actual table get auto contact to capability_actual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please use no concatenation word before to coverage_actual table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415234#M801067</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2017-11-17T19:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Left join correction needed in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415235#M801068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of loading a separate table for Coverage_Actuals, concatenate this data on to Capability_Actuals. And then do a single join from Capability_Actuals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415235#M801068</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-17T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Left join correction needed in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415236#M801069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Capability_Actuals and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Coverage_Actuals then left join with target table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;See below sample&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Monthname:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNo, Monthnameshort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Mar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Apr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Jun&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempJoin:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNo, Monthnamelong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, January&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, February&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, March&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNo, Monthnamelong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, April&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, June&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Left Join(Monthname)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident TempJoin&lt;/P&gt;&lt;P&gt;Order by MonthNo;&lt;/P&gt;&lt;P&gt;Drop table TempJoin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2017 02:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-correction-needed-in-the-script/m-p/1415236#M801069</guid>
      <dc:creator>Monicalingan</dc:creator>
      <dc:date>2017-11-18T02:23:35Z</dc:date>
    </item>
  </channel>
</rss>

