<?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 Why does this combination not work? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-does-this-combination-not-work/m-p/924692#M647960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code in the black text works on its own, but when I add the code highlighted in red it freezes up. Does it have something to do with using the same table (Loans) twice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_First_120:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;acct_nbr,&lt;/P&gt;&lt;P&gt;FirstSortedValue(prod_dt, prod_dt) as Date_First_120&lt;/P&gt;&lt;P&gt;Resident Loans&lt;/P&gt;&lt;P&gt;Where days_in_arears &amp;gt;= 120&lt;/P&gt;&lt;P&gt;Group by acct_nbr;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Loans)&lt;/P&gt;&lt;P&gt;LOAD distinct *&lt;/P&gt;&lt;P&gt;Resident Date_First_120;&lt;/P&gt;&lt;P&gt;Drop Table Date_First_120;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Date_First_30:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;acct_nbr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;FirstSortedValue(prod_dt, prod_dt) as Date_First_30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident Loans&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Where days_in_arears &amp;gt;= 30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Group by acct_nbr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Left Join (Loans)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD distinct *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident Date_First_30;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Drop Table Date_First_30;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 16:22:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-17T16:22:59Z</dc:date>
    <item>
      <title>Why does this combination not work?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-does-this-combination-not-work/m-p/924692#M647960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code in the black text works on its own, but when I add the code highlighted in red it freezes up. Does it have something to do with using the same table (Loans) twice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_First_120:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;acct_nbr,&lt;/P&gt;&lt;P&gt;FirstSortedValue(prod_dt, prod_dt) as Date_First_120&lt;/P&gt;&lt;P&gt;Resident Loans&lt;/P&gt;&lt;P&gt;Where days_in_arears &amp;gt;= 120&lt;/P&gt;&lt;P&gt;Group by acct_nbr;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Loans)&lt;/P&gt;&lt;P&gt;LOAD distinct *&lt;/P&gt;&lt;P&gt;Resident Date_First_120;&lt;/P&gt;&lt;P&gt;Drop Table Date_First_120;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Date_First_30:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;acct_nbr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;FirstSortedValue(prod_dt, prod_dt) as Date_First_30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident Loans&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Where days_in_arears &amp;gt;= 30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Group by acct_nbr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Left Join (Loans)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD distinct *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Resident Date_First_30;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Drop Table Date_First_30;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-does-this-combination-not-work/m-p/924692#M647960</guid>
      <dc:creator />
      <dc:date>2015-11-17T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this combination not work?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-does-this-combination-not-work/m-p/924693#M647961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many rows Loans table have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you intend with &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FirstSortedValue(prod_dt, prod_dt) ? Min(prod_dt) isn´t enough?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-does-this-combination-not-work/m-p/924693#M647961</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-11-17T16:42:00Z</dc:date>
    </item>
  </channel>
</rss>

