<?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 Left join not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1564996#M41144</link>
    <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script below adds additional 'Of_POM_Number' to the OF table as opposed to only taking the&amp;nbsp;'Of_POM_Number' s from the the OF table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that I am loading additional data where it should be eliminated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;AARO_Revenue_Date:&lt;BR /&gt;load&lt;BR /&gt;RecNo() as AARO_Revenue_Date_TABLE_RECNO,&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Revenue_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = '3010'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (OF)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;AARO_Revenue_Period AS AARO_Revenue_2&lt;BR /&gt;Resident AARO_Revenue_Date;&lt;/P&gt;&lt;P&gt;AARO_Booking_Date:&lt;BR /&gt;load&lt;BR /&gt;RecNo() as AARO_Booking_Date_TABLE_RECNO,&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Booking_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = 'BOOKINGS'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (OF)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;date(AARO_Booking_Period,'dd-MMMM-yyyy')AS AARO_BOOKING_2&lt;BR /&gt;Resident AARO_Booking_Date;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:09:25 GMT</pubDate>
    <dc:creator>mikegauntlett</dc:creator>
    <dc:date>2024-11-16T06:09:25Z</dc:date>
    <item>
      <title>Left join not working</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1564996#M41144</link>
      <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script below adds additional 'Of_POM_Number' to the OF table as opposed to only taking the&amp;nbsp;'Of_POM_Number' s from the the OF table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that I am loading additional data where it should be eliminated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;AARO_Revenue_Date:&lt;BR /&gt;load&lt;BR /&gt;RecNo() as AARO_Revenue_Date_TABLE_RECNO,&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Revenue_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = '3010'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (OF)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;AARO_Revenue_Period AS AARO_Revenue_2&lt;BR /&gt;Resident AARO_Revenue_Date;&lt;/P&gt;&lt;P&gt;AARO_Booking_Date:&lt;BR /&gt;load&lt;BR /&gt;RecNo() as AARO_Booking_Date_TABLE_RECNO,&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Booking_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = 'BOOKINGS'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (OF)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;date(AARO_Booking_Period,'dd-MMMM-yyyy')AS AARO_BOOKING_2&lt;BR /&gt;Resident AARO_Booking_Date;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1564996#M41144</guid>
      <dc:creator>mikegauntlett</dc:creator>
      <dc:date>2024-11-16T06:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1565090#M41151</link>
      <description>&lt;P&gt;AARO_Revenue_Date:&lt;BR /&gt;load&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;RecNo() as AARO_Revenue_Date_TABLE_RECNO,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Revenue_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = '3010'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (AARO_Revenue_Date)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;AARO_Revenue_Period AS AARO_Revenue_2&lt;BR /&gt;Resident AARO_Revenue_Date;&lt;/P&gt;&lt;P&gt;AARO_Booking_Date:&lt;BR /&gt;load&lt;BR /&gt;POM_Project_Number as OF_POM_Number,&lt;BR /&gt;RecNo() as AARO_Booking_Date_TABLE_RECNO,&lt;BR /&gt;if(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)) = 99999, now() , Date(Date#(Min(if(AARO_Value &amp;gt; 0, AARO_Period, 99999)), 'yyMM'),'yyyy-MM-dd')) As AARO_Booking_Period&lt;BR /&gt;resident All_AARO_Years where AARO_Account = 'BOOKINGS'&lt;BR /&gt;group by POM_Project_Number;&lt;/P&gt;&lt;P&gt;LEFT JOIN (AARO_Booking_Date)&lt;BR /&gt;LOAD OF_POM_Number,&lt;BR /&gt;date(AARO_Booking_Period,'dd-MMMM-yyyy')AS AARO_BOOKING_2&lt;BR /&gt;Resident AARO_Booking_Date;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 11:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1565090#M41151</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2019-04-04T11:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working</title>
      <link>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1565200#M41160</link>
      <description>&lt;P&gt;Unfortunately not,&amp;nbsp;&lt;/P&gt;&lt;P&gt;when the OF table is loaded on its own, it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the aaro tables are loaded they are adding additional project number. Which should not be loaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 13:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Left-join-not-working/m-p/1565200#M41160</guid>
      <dc:creator>mikegauntlett</dc:creator>
      <dc:date>2019-04-04T13:25:18Z</dc:date>
    </item>
  </channel>
</rss>

