<?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 Script load order for left join and left join load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-load-order-for-left-join-and-left-join-load/m-p/450495#M1158433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script that says&amp;nbsp;&amp;nbsp; "LOAD ... From MyTable"&amp;nbsp; And then it does a Left Join Load&amp;nbsp; To set a flag where more than one of a particular item exists in a particular place -&amp;nbsp;&amp;nbsp; "Left Join Load Location_Id__c,&amp;nbsp; //WO Location WO_Id, if(count(WO_Id)&amp;gt;0,1,0) as Flag_WO_Exists Resident Work_order group by Location_Id__c, WO_Id;"&amp;nbsp; Which works fine.&amp;nbsp; However I want to left join MyTable on MyOtherTable&amp;nbsp; "Left Join (MyTable) ... From MyOtherTable"&amp;nbsp; and do another Left Join Load&amp;nbsp; Left Join Load Location_Id__c, //&amp;nbsp; WO Location Affected_IB_Device, if(count(Affected_IB_Device)&amp;gt;0,1,0) as Flag_WD_IB_Exists Resident Work_order group by Location_Id__c, //Group by Location then WO&amp;nbsp; Affected_IB_Device;&amp;nbsp; I tried to do it sequentially just as above and it failed.&amp;nbsp; I then did the table joins (MyTable to MyOtherTable) and put the left outer joins at the end and that failed as well.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 23:55:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-23T23:55:20Z</dc:date>
    <item>
      <title>Script load order for left join and left join load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-load-order-for-left-join-and-left-join-load/m-p/450495#M1158433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script that says&amp;nbsp;&amp;nbsp; "LOAD ... From MyTable"&amp;nbsp; And then it does a Left Join Load&amp;nbsp; To set a flag where more than one of a particular item exists in a particular place -&amp;nbsp;&amp;nbsp; "Left Join Load Location_Id__c,&amp;nbsp; //WO Location WO_Id, if(count(WO_Id)&amp;gt;0,1,0) as Flag_WO_Exists Resident Work_order group by Location_Id__c, WO_Id;"&amp;nbsp; Which works fine.&amp;nbsp; However I want to left join MyTable on MyOtherTable&amp;nbsp; "Left Join (MyTable) ... From MyOtherTable"&amp;nbsp; and do another Left Join Load&amp;nbsp; Left Join Load Location_Id__c, //&amp;nbsp; WO Location Affected_IB_Device, if(count(Affected_IB_Device)&amp;gt;0,1,0) as Flag_WD_IB_Exists Resident Work_order group by Location_Id__c, //Group by Location then WO&amp;nbsp; Affected_IB_Device;&amp;nbsp; I tried to do it sequentially just as above and it failed.&amp;nbsp; I then did the table joins (MyTable to MyOtherTable) and put the left outer joins at the end and that failed as well.&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 23:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-load-order-for-left-join-and-left-join-load/m-p/450495#M1158433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T23:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Script load order for left join and left join load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-load-order-for-left-join-and-left-join-load/m-p/450496#M1158434</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;Can I suggest you use ApplyMap function in place of the multiple JOINS you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try ApplyMap()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 22:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-load-order-for-left-join-and-left-join-load/m-p/450496#M1158434</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-01-30T22:52:48Z</dc:date>
    </item>
  </channel>
</rss>

