<?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 Getting data after a certain date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635971#M676886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Im trying to extract data after the [Latest Recoded Date] field. I want a number of days since that date but don't know how to specify that it MUST be from after that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the [Latest Recorded Date] variable stored and ready to use I'm just not sure how to write that i want a variable called DaysArears that starts from that date til the latest date ever recorded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoanLoss2:&lt;/P&gt;&lt;P&gt;Left Join (LoanLoss)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;acct_nbr as distinctAcct,&lt;/P&gt;&lt;P&gt;date(max(prod_dt)) as [Latest Recorded Date],&lt;/P&gt;&lt;P&gt;max(days_in_arears) as daysinarears&lt;/P&gt;&lt;P&gt;Resident Loans&lt;/P&gt;&lt;P&gt;group by acct_nbr;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 16:05:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-02T16:05:47Z</dc:date>
    <item>
      <title>Getting data after a certain date field</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635971#M676886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Im trying to extract data after the [Latest Recoded Date] field. I want a number of days since that date but don't know how to specify that it MUST be from after that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the [Latest Recorded Date] variable stored and ready to use I'm just not sure how to write that i want a variable called DaysArears that starts from that date til the latest date ever recorded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoanLoss2:&lt;/P&gt;&lt;P&gt;Left Join (LoanLoss)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;acct_nbr as distinctAcct,&lt;/P&gt;&lt;P&gt;date(max(prod_dt)) as [Latest Recorded Date],&lt;/P&gt;&lt;P&gt;max(days_in_arears) as daysinarears&lt;/P&gt;&lt;P&gt;Resident Loans&lt;/P&gt;&lt;P&gt;group by acct_nbr;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635971#M676886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-02T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data after a certain date field</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635972#M676887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you trying to accomplish with DaysArears? If you have [Latest Recorded Date], you can use it in set analysis within your expressions to display dates from [Latest Recorded Date] to the last date your recorded...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635972#M676887</guid>
      <dc:creator />
      <dc:date>2014-06-02T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data after a certain date field</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635973#M676888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want DaysArears to equal the amount of days from the last recorded date, for an account, to the latest recorded date ever recorded... does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635973#M676888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-02T16:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data after a certain date field</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635974#M676889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(max(date)-[Last recorded date])? This might work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be easier if you could share your qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-after-a-certain-date-field/m-p/635974#M676889</guid>
      <dc:creator />
      <dc:date>2014-06-02T16:27:45Z</dc:date>
    </item>
  </channel>
</rss>

