<?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: Use dates in data to create filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329969#M614823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID, Deadline, ITEM, Req., Avail.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 7/10/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, 7/12/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9, 7/19/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10, 7/19/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;11, 7/20/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;12, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;13, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;14, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;15, 7/22/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;16, 7/24/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;17, 7/24/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;18, 7/24/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;19, 7/24/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20, 7/25/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;21, 7/25/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;22, 7/25/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23, 7/26/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;24, 7/28/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;25, 7/29/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;26, 8/2/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) as AccReq,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Avail. - If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) &amp;gt;= 0, 'Y') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By ITEM, Deadline;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Test;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 17:49:45 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-07T17:49:45Z</dc:date>
    <item>
      <title>Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329965#M614819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have available stock of 16 for Item 'A'.&lt;/P&gt;&lt;P&gt;But req. is 26.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to allocate that 16 to the oldest deadline IDs.&lt;/P&gt;&lt;P&gt;In this case, i want to allocate available 16 to the IDs till deadline 7/22 as they are close by- since it counts to 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="504"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Deadline&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;ITEM&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Req.&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="112"&gt;Avail.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/10/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/12/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/19/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/19/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/20/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;14&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;15&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/22/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;16&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;17&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;18&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;19&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;20&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;21&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;22&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/26/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;24&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/28/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7/29/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;26&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;8/2/2017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;16.00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated!!&lt;/P&gt;&lt;P&gt;Please see the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 16:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329965#M614819</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329966#M614820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would the desired output look like from the data provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329966#M614820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T17:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329967#M614821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Mark!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dim_limits.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166090_dim_limits.png" style="height: 699px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329967#M614821</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-06-07T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329968#M614822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="522"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" width="81"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="104"&gt;7/10/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="65"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="63"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="129"&gt;1.00&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="80"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/12/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/15/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/18/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/19/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/19/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/20/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;12&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;13&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;14&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/21/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;15&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/22/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;16&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;17&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;18&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;19&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/24/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;20&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;21&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;22&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/25/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/26/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;24&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/28/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;7/29/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" style="border-top: none;"&gt;26&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;8/2/2017&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;16.00&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;1.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329968#M614822</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329969#M614823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID, Deadline, ITEM, Req., Avail.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 7/10/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, 7/12/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5, 7/15/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8, 7/18/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9, 7/19/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10, 7/19/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;11, 7/20/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;12, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;13, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;14, 7/21/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;15, 7/22/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;16, 7/24/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;17, 7/24/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;18, 7/24/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;19, 7/24/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20, 7/25/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;21, 7/25/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;22, 7/25/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23, 7/26/2017, A, 2.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;24, 7/28/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;25, 7/29/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;26, 8/2/2017, A, 1.00, 16.00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) as AccReq,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Avail. - If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) &amp;gt;= 0, 'Y') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By ITEM, Deadline;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Test;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329969#M614823</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329970#M614824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166110_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329970#M614824</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-07T17:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329971#M614825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested it by adding new ID.&lt;/P&gt;&lt;P&gt;It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please check the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329971#M614825</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329972#M614826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you added ID to the sorting? This worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) as AccReq,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Avail. - If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) &amp;gt;= 0, 'Y') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By ITEM, Deadline;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or may be you need this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) as AccReq,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Avail. - If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) &amp;gt;= 0, 'Y') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By ITEM, Deadline, ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329972#M614826</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T19:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329973#M614827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) as AccReq,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; If(Avail. - If(ITEM = Previous(ITEM), RangeSum(Peek('AccReq'), [Req.]), [Req.]) &amp;gt;= 0, 'Y') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Order By ITEM, ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329973#M614827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329974#M614828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just FYI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our main point of allocation is from deadline date.&lt;/P&gt;&lt;P&gt;We should use Deadline too in the Order by right?&lt;/P&gt;&lt;P&gt;Just wondering&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329974#M614828</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T19:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329975#M614829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying the second condition brother!&lt;/P&gt;&lt;P&gt;Let me try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329975#M614829</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T19:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329976#M614830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think so... and that is why I started with ITEM and then Deadline. Not sure if you need to sort by ID when Deadline is the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 19:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329976#M614830</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-07T19:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use dates in data to create filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329977#M614831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot brother! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 20:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-dates-in-data-to-create-filter/m-p/1329977#M614831</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-06-07T20:02:25Z</dc:date>
    </item>
  </channel>
</rss>

